Ticket #5644: 5644.2.diff

File 5644.2.diff, 1.0 KB (added by Gary Wilson, 17 years ago)

Converted a few spaces to tabs to match rest of file. Added a missing closing div tag. Added a missing closing slash to img tag.

  • django_website/templates/base.html

     
    4747                <!-- END #content -->
    4848                <div id="footer">
    4949                        <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.
    50             Hosting graciously provided by <a href="http://mediatemple.net/">
    51             <img style="vertical-align: middle; position: relative; top: -1px;" src="http://media.djangoproject.com/img/site/mt.png" alt="media temple"></a>
    52             </p>
     50                        Hosting graciously provided by <a href="http://mediatemple.net/">
     51                        <img style="vertical-align: middle; position: relative; top: -1px;" src="http://media.djangoproject.com/img/site/mt.png" alt="media temple" /></a>
     52                        </p>
     53                </div>
     54                <!-- END #footer -->
    5355        </div>
    5456        <!-- END #container -->
    5557        </body>
Back to Top