Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MarlinFirmware/MarlinDocumentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Lahteine <github@thinkyhead.com>2020-06-22 01:36:09 +0300
committerScott Lahteine <github@thinkyhead.com>2020-06-22 01:36:09 +0300
commitf78eb7f37e51bacc3bfb0ea13d1111612d9ab01c (patch)
tree3f014babf58b3999c9bdf9430c51af68a401f038 /_plugins
parentbfc866519016580dd0658384bf4697f94c6300b0 (diff)
Use ยต where possible
Diffstat (limited to '_plugins')
-rw-r--r--_plugins/alert-panel-tags.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/_plugins/alert-panel-tags.rb b/_plugins/alert-panel-tags.rb
index 932ac240..92a5b794 100644
--- a/_plugins/alert-panel-tags.rb
+++ b/_plugins/alert-panel-tags.rb
@@ -11,7 +11,6 @@ module Jekyll
@attributes.shift;
@title = @attributes.join(" ")
-
case @type
when "success"
@icon = "fa-check-square"