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 +++++----- inc/template.php | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) 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'); ?>
- +

diff --git a/inc/template.php b/inc/template.php index f12788834..e9aba3297 100644 --- a/inc/template.php +++ b/inc/template.php @@ -491,7 +491,7 @@ function tpl_searchform($ajax=true,$autocomplete=true){ global $lang; global $ACT; - print '
'; + print '
'; print ''; print '',2); ptln($lang['txt_upload'].':
',4); ptln('',4); -- cgit v1.2.3