From: Jan Szejko <jan.szejko@gmail.com>
Date: Fri, 1 Apr 2016 14:52:00 +0000 (+0200)
Subject: ancient typo
X-Git-Url: https://git.mdrn.pl/fnpeditor.git/commitdiff_plain/9d7a8f4916f03faa473d31a219102558f1844475?ds=inline

ancient typo
---

diff --git a/src/editor/plugins/core/canvasElements.less b/src/editor/plugins/core/canvasElements.less
index b2e3151..d50f987 100644
--- a/src/editor/plugins/core/canvasElements.less
+++ b/src/editor/plugins/core/canvasElements.less
@@ -9,7 +9,7 @@
     color: blue;
     font-size: .8em;
 
-    &::before, {
+    &::before {
         content: "[" counter(footnote) "]";
     }
 }