Explorar el Código

Merge pull request #150 from runarberg/master

Fix missing quote mark in subcategories plugin docs
Justin Mayer hace 11 años
padre
commit
f7178ae0e9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      subcategory/README.md

+ 1 - 1
subcategory/README.md

@@ -28,7 +28,7 @@ breadcrumb-style navigation you might try something like this:
         </li>
     {% for subcategory in article.subcategories %}
         <li>
-            <a href="{{ SITEURL }}/{{ subcategory.url }}>{{ subcategory.shortname }}</a>
+            <a href="{{ SITEURL }}/{{ subcategory.url }}">{{ subcategory.shortname }}</a>
         </li>
     {% endfor %}
     </ol>