Changeset 4825

Show
Ignore:
Timestamp:
06/26/08 22:13:14 (7 months ago)
Author:
roger
Message:

Avoid rendering repeated <html></html> tags at beginning of page source.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • projects/tg.devtools/trunk/devtools/templates/turbogears/+package+/templates/footer.html

    r4796 r4825  
    11<html xmlns:py="http://genshi.edgewall.org/" 
    2       xmlns:xi="http://www.w3.org/2001/XInclude"> 
     2      xmlns:xi="http://www.w3.org/2001/XInclude" 
     3      py:strip=""> 
    34<py:def function="footer"> 
    45<div id="footer">  
    5        <div class="flogo"> 
    6          <img src="/images/under_the_hood_blue.png" alt="TurboGears" /> 
    7        </div> 
    8        <div class="foottext"> 
    9          <p>TurboGears is a open source front-to-back web development 
     6  <div class="flogo"> 
     7    <img src="/images/under_the_hood_blue.png" alt="TurboGears" /> 
     8  </div> 
     9  <div class="foottext"> 
     10    <p>TurboGears is a open source front-to-back web development 
    1011      framework written in Python. Copyright (c) 2005-2008 </p> 
    11     </div> 
    1212  </div> 
     13</div> 
    1314</py:def>     
    1415</html> 
  • projects/tg.devtools/trunk/devtools/templates/turbogears/+package+/templates/header.html

    r4818 r4825  
    11<html xmlns:py="http://genshi.edgewall.org/" 
    2       xmlns:xi="http://www.w3.org/2001/XInclude"> 
     2      xmlns:xi="http://www.w3.org/2001/XInclude" 
     3      py:strip=""> 
    34<py:def function="header"> 
    45  <div id="header"> 
  • projects/tg.devtools/trunk/devtools/templates/turbogears/+package+/templates/sidebars.html

    r4796 r4825  
    11<html xmlns:py="http://genshi.edgewall.org/" 
    2       xmlns:xi="http://www.w3.org/2001/XInclude"> 
     2      xmlns:xi="http://www.w3.org/2001/XInclude" 
     3      py:strip=""> 
    34 
    45<py:def function="sidebar_top"> 
     
    2223      <ul class="links"> 
    2324        <li><a href="http://docs.turbogears.org/2.0/RoughDocs/">TG2 Documents</a> A work in progress</li> 
    24            <li><a href="http://trac.turbogears.org/query?milestone=2.0&amp;order=priority">TG2 Trac tickets</a> What's happening now in TG2 dev</li> 
     25        <li><a href="http://trac.turbogears.org/query?milestone=2.0&amp;order=priority">TG2 Trac tickets</a> What's happening now in TG2 dev</li> 
    2526        <li><a href="http://trac.turbogears.org/timeline">TG Dev timeline</a> (recent ticket updates, svn checkins, wiki changes)</li> 
    2627        <li><a href="http://trac.turbogears.org/browser">TG2 Trac repository</a> TG2 is in /trunk</li>