fixed missing em end tag
authorJean-Philippe Orsini <jeanfi@gmail.com>
Sat, 17 Sep 2011 09:12:03 +0000 (09:12 +0000)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Sat, 17 Sep 2011 09:12:03 +0000 (09:12 +0000)
www/details.html

index 01297cb..52725b5 100644 (file)
@@ -35,7 +35,7 @@ href="http://fonts.googleapis.com/css?family=Ubuntu:regular,bold&subset=Latin">
   <body>
       <div id="menu">
        <ul id="menu-list">
-         <li><em><a href="monitor.html">All</a><em></li>
+         <li><em><a href="monitor.html">All</a></em></li>
        </ul>
       </div>