From 4cf84f978bd386bd30888c5a4f497b2541cc689f Mon Sep 17 00:00:00 2001 From: canyonknight Date: Thu, 18 Oct 2012 17:12:27 -0400 Subject: account_edit_form.php: Fix some XHTML errors * Add close tags * Add VI delimiter to selected option * Add quotes to language codes Signed-off-by: canyonknight Signed-off-by: Lukas Fleischer --- web/template/account_edit_form.php | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'web/template/account_edit_form.php') diff --git a/web/template/account_edit_form.php b/web/template/account_edit_form.php index 308913d..6c39d53 100644 --- a/web/template/account_edit_form.php +++ b/web/template/account_edit_form.php @@ -23,23 +23,25 @@

@@ -92,9 +94,9 @@ reset($SUPPORTED_LANGS); while (list($code, $lang) = each($SUPPORTED_LANGS)) { if ($L == $code) { - print ""."\n"; } else { - print ""."\n"; } } ?> -- cgit v1.2.3-54-g00ecf