diff pylons_app/templates/base/base.html @ 50:73f413946c14

user managment implementation continued update/delete/create works + templating changes
author Marcin Kuzminski <marcin@python-blog.com>
date Thu, 08 Apr 2010 03:22:32 +0200
parents 8e250e86a670
children 3cf0603cd4f5
line wrap: on
line diff
--- a/pylons_app/templates/base/base.html	Thu Apr 08 01:50:46 2010 +0200
+++ b/pylons_app/templates/base/base.html	Thu Apr 08 03:22:32 2010 +0200
@@ -26,7 +26,7 @@
     <div id="powered-by">
         <p>
         <a href="http://mercurial.selenic.com/" title="Mercurial">
-            <img src="${c.staticurl}hglogo.png" width="75" height="90" alt="mercurial"></a>
+            <img src="${c.staticurl}hglogo.png" width="75" height="90" alt="mercurial"/></a>
         </p>
     </div>