1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 14:46:56 +02:00

Forgot <span> in <button>

This commit is contained in:
marj
2009-08-14 11:32:58 +00:00
parent 28253b98f4
commit 01267852c3

View File

@@ -9,8 +9,8 @@
*
*
* $Source: /cvs_backup/e107_0.8/e107_plugins/user_menu/userlanguage_menu.php,v $
* $Revision: 1.4 $
* $Date: 2009-08-03 21:54:28 $
* $Revision: 1.5 $
* $Date: 2009-08-14 11:32:58 $
* $Author: marj_nl_fr $
*/
//TODO homogenisation with languagelinks + do not force www + unobtrusive redirect
@@ -60,7 +60,7 @@ else
</select>
<br />
<br />
<button class="button" type="submit" name="setlanguage">'.UTHEME_MENU_L1.'</button>';
<button class="button" type="submit" name="setlanguage"><span>'.UTHEME_MENU_L1.'</span></button>';
$text .= '
</div>
</form>';