From 1dd0c202c67d09d8454c6a10dfce0225c7ffeb99 Mon Sep 17 00:00:00 2001 From: Anika Henke Date: Fri, 27 Jan 2006 12:22:05 +0100 Subject: replaced form attr. 'name' by 'id' + prefixed values with 'dw__' for strictness darcs-hash:20060127112205-d5083-8020a108120f6f1baa68456dd509a13021320c21.gz --- inc/html.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'inc/html.php') diff --git a/inc/html.php b/inc/html.php index 7e1203950..f506a4a0b 100644 --- a/inc/html.php +++ b/inc/html.php @@ -775,7 +775,7 @@ function html_conflict($text,$summary){ print p_locale_xhtml('conflict'); ?> -
+
@@ -819,7 +819,7 @@ function html_register(){ print p_locale_xhtml('register'); ?>
- +
@@ -878,7 +878,7 @@ function html_updateprofile(){ if (empty($_POST['email'])) $_POST['email'] = $INFO['userinfo']['mail']; ?>
- +
@@ -977,7 +977,7 @@ function html_edit($text=null,$include='edit'){ //FIXME: include needed? ?> - +
@@ -1175,7 +1175,7 @@ function html_resendpwd() { print p_locale_xhtml('resendpwd'); ?>
- +

-- cgit v1.2.3