From: <var...@us...> - 2009-03-28 03:40:40
|
Revision: 6736 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6736&view=rev Author: vargenau Date: 2009-03-28 03:07:56 +0000 (Sat, 28 Mar 2009) Log Message: ----------- Valid XHTML code Modified Paths: -------------- trunk/themes/default/templates/userprefs.tmpl Modified: trunk/themes/default/templates/userprefs.tmpl =================================================================== --- trunk/themes/default/templates/userprefs.tmpl 2009-03-28 02:38:52 UTC (rev 6735) +++ trunk/themes/default/templates/userprefs.tmpl 2009-03-28 03:07:56 UTC (rev 6736) @@ -177,10 +177,10 @@ <?php /* Alternatively this could be done with <fieldset> and <legend>. */ ?> <tr><td align="right"><?=$SelectThemesDesc?></td> <td><?= $SelectThemes ?></td> - <td><p class="hint"><?=_("System default:")?> <?= THEME ?></span></td></tr> + <td><p class="hint"><?=_("System default:")?> <?= THEME ?></p></td></tr> <tr><td align="right"><?=$SelectLanguagesDesc?></td> <td><?= $SelectLanguages ?></td> - <td><p class="hint"><?=_("System default:")?> <?= DEFAULT_LANGUAGE ?></span></td></tr> + <td><p class="hint"><?=_("System default:")?> <?= DEFAULT_LANGUAGE ?></p></td></tr> <tr><td align="right"><?=fmt("Hide %s:", WikiLink("Help:LinkIcons"))?></td> <td><?=$NoLinkIconsCB?></td> <td><p class="hint"><?=_("Hide or show LinkIcons (if supported by the current theme). Useful for text-only browsers or slow connections.")?></p></td></tr> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |