From: <var...@us...> - 2008-09-08 03:30:04
|
Revision: 6251 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6251&view=rev Author: vargenau Date: 2008-09-08 03:30:13 +0000 (Mon, 08 Sep 2008) Log Message: ----------- Valid XHTML code Modified Paths: -------------- trunk/themes/Crao/templates/navbar.tmpl Modified: trunk/themes/Crao/templates/navbar.tmpl =================================================================== --- trunk/themes/Crao/templates/navbar.tmpl 2008-09-08 03:24:01 UTC (rev 6250) +++ trunk/themes/Crao/templates/navbar.tmpl 2008-09-08 03:30:13 UTC (rev 6251) @@ -37,7 +37,7 @@ <?= WikiLink(_("PhpWikiAdministration"), "button", _("Admin")) ?><?=$SEP?> <?php } ?> <?php } ?> -<nobr><?= WikiLink(_("FindPage"), "button") ?><input type="text" id="livesearch" name="s" size="12" +<?= WikiLink(_("FindPage"), "button") ?><input type="text" id="livesearch" name="s" size="12" maxlength="256" onfocus="if (this.value == '<?=_("Search")?>') {this.value = '';}" onmouseout="window.status=''; return true;" @@ -46,9 +46,9 @@ title="<?=_("LiveSearch")?>" onKeypress="liveSearchStart()" onblur="setTimeout('closeResults()',2000); if (this.value == '') {this.value = '<?=_("Search")?>';}" /> - </div></nobr><br /><div align="left" id="LSResult"></div> + </div><br /><div align="left" id="LSResult"></div> <?php } else { ?> - title="<?=_("TitleSearch")?>" /></nobr> + title="<?=_("TitleSearch")?>" /> </div> <?php } ?> </td></tr></table></div> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |