extra div to clear floats at end of content area
authorGabriel Wicke <gwicke@users.mediawiki.org>
Thu, 8 Apr 2004 13:02:56 +0000 (13:02 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Thu, 8 Apr 2004 13:02:56 +0000 (13:02 +0000)
templates/xhtml_slim.pt

index 760b652..fe96764 100644 (file)
@@ -43,6 +43,7 @@
               ${bodytext}
 
               <!-- end content -->
+              <div class="visualClear"></div>
             </div>
           </div>
         </div>
@@ -69,7 +70,7 @@
               <ul id="portal-personaltools">
                 <li tal:repeat="item personal_urls" 
                 tal:attributes="id string:personaltools-${repeat/item/key};"><a href="myuserpage"
-                  tal:attributes="href item/href; accesskey item/akey | default; title item/ttip"
+                  tal:attributes="href item/href; accesskey item/akey|default; title item/ttip|default"
                   tal:content="item/text">Log in</a></li>
               </ul>
             </div>