Browse Source

Merge pull request #103 from crowi/fix-markup-in-page-list

Fixed markup in page-list icon
Sotaro KARASAWA 9 years ago
parent
commit
5343ef197e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/views/widget/page_list.html

+ 1 - 1
lib/views/widget/page_list.html

@@ -33,7 +33,7 @@
 
     {% if page.seenUsers.length >= config.seener_threshold %}
     <span>
-      <i class="fa fa-eye">{{ page.seenUsers.length }}</i>
+      <i class="fa fa-eye"></i>{{ page.seenUsers.length }}
     </span>
     {% endif  %}