Ticket #5769: base-patch-u.html

File base-patch-u.html, 864 bytes (added by Dinu Gherman <gherman@…>, 17 years ago)

patch (now with diff -u) for adding a missing tag and a missing end slash

Line 
1--- django_website/templates/base.html 2007-10-20 12:44:34.000000000 +0200
2+++ django_website/templates/base1.html 2007-10-20 13:48:16.000000000 +0200
3@@ -48,8 +48,10 @@
4 <div id="footer">
5 <p>&copy; 2005-{% now "Y" %} <a href="http://www.ljworld.com/">Lawrence Journal-World</a> unless otherwise noted. Django is a registered trademark of Lawrence Journal-World.
6 Hosting graciously provided by <a href="http://mediatemple.net/">
7- <img style="vertical-align: middle; position: relative; top: -1px;" src="http://media.djangoproject.com/img/site/mt.png" alt="media temple"></a>
8+ <img style="vertical-align: middle; position: relative; top: -1px;" src="http://media.djangoproject.com/img/site/mt.png" alt="media temple" /></a>
9 </p>
10+ </div>
11+ <!-- END #footer -->
12 </div>
13 <!-- END #container -->
14 </body>
Back to Top