summaryrefslogtreecommitdiffstats
path: root/_plugins/proof.rb
diff options
context:
space:
mode:
Diffstat (limited to '_plugins/proof.rb')
-rw-r--r--_plugins/proof.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/_plugins/proof.rb b/_plugins/proof.rb
index ab824e5..415b37f 100644
--- a/_plugins/proof.rb
+++ b/_plugins/proof.rb
@@ -3,7 +3,7 @@ module Jekyll
def render(context)
text = super
- "<span style=\"text-transform: uppercase; font-weight: bold; font-size: .75em;\">Proof</span> #{text} <span style=\"float:right;\">$\\square\\enspace$</span>"
+ "<span style=\"text-transform: uppercase; font-weight: bold; font-size: .75em;\">Proof</span> &nbsp; #{text} <span style=\"float:right;\">$\\square\\enspace$</span>"
end
end