Explorar o código

Fixed markup in page-list

Norio Suzuki %!s(int64=10) %!d(string=hai) anos
pai
achega
8101b418fb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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  %}