Explorar el Código

Fixed markup in page-list

Norio Suzuki hace 10 años
padre
commit
8101b418fb
Se han modificado 1 ficheros con 1 adiciones y 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  %}