@@ -3,11 +3,11 @@
 <html>
 <body ng-app="example.app.resource">
 <ol>
-    <li><a href="{% url "example" template_name='static' %}">Hard Coded Example</li>
-    <li><a href="{% url "example" template_name='basic' %}">Basic Ajax Example</li>
-    <li><a href="{% url "example" template_name='resource' %}">Angular Resource Example</li>
-    <li><a href="{% url "example" template_name='photos' %}">Photos Example</li>
-    <li><a href="{% url "example" template_name='editor' %}">Editor Example</li>
+    <li><a href="{% url "example" template_name='static' %}">Hard Coded Example</a></li>
+    <li><a href="{% url "example" template_name='basic' %}">Basic Ajax Example</a></li>
+    <li><a href="{% url "example" template_name='resource' %}">Angular Resource Example</a></li>
+    <li><a href="{% url "example" template_name='photos' %}">Photos Example</a></li>
+    <li><a href="{% url "example" template_name='editor' %}">Editor Example</a></li>
 </ol>
 </body>
-</html>
\ No newline at end of file
+</html>