From: <var...@us...> - 2009-07-12 19:19:06
|
Revision: 7015 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7015&view=rev Author: vargenau Date: 2009-07-12 19:19:04 +0000 (Sun, 12 Jul 2009) Log Message: ----------- Valid XHTML code Modified Paths: -------------- trunk/themes/blog/templates/body.tmpl trunk/themes/blog/templates/top.tmpl Modified: trunk/themes/blog/templates/body.tmpl =================================================================== --- trunk/themes/blog/templates/body.tmpl 2009-07-12 18:51:18 UTC (rev 7014) +++ trunk/themes/blog/templates/body.tmpl 2009-07-12 19:19:04 UTC (rev 7015) @@ -1,7 +1,7 @@ <?php // -*-html-*- rcs_id('$Id$'); ?> -<body leftmargin="20" topmargin="0" <?= $WikiTheme->getMoreAttr('body') ?>> +<body <?= $WikiTheme->getMoreAttr('body') ?>> <!--{{{ Page--> <div id="page"> <?= Template('top') ?> Modified: trunk/themes/blog/templates/top.tmpl =================================================================== --- trunk/themes/blog/templates/top.tmpl 2009-07-12 18:51:18 UTC (rev 7014) +++ trunk/themes/blog/templates/top.tmpl 2009-07-12 19:19:04 UTC (rev 7015) @@ -13,6 +13,6 @@ <div id="actionbar"> <?= Template('actionbar') ?> </div> -<div id="pagetrail"><p><?=_("Page Trail")?>: <?plugin PageTrail numberlinks=7 ?></p></div> +<div id="pagetrail"><?=_("Page Trail")?>: <?plugin PageTrail numberlinks=7 ?></div> <?php } ?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |