Hi,

Spotted one typo with the W3C validator, the others with
`find ... | xargs grep ...'

Is Savane all supposed be in XHTML?  I may be willing to
hunt for unclosed tags (like `<input ...>') etc.

Paul


2005-01-24  Paul Pogonyshev  <[EMAIL PROTECTED]>

        * frontend/php/include/trackers/general.php: Typo fix: `maxlenght'
        => `maxlength'.
        * frontend/php/mail/admin/index.php: Likewise.
        * frontend/php/news/submit.php: Likewise.


Index: frontend/php/include/trackers/general.php
===================================================================
RCS file: /cvs/savane/savane/frontend/php/include/trackers/general.php,v
retrieving revision 1.15
diff -u -p -r1.15 general.php
--- frontend/php/include/trackers/general.php   20 Jan 2005 17:59:07 -0000      
1.15
+++ frontend/php/include/trackers/general.php   23 Jan 2005 23:20:12 -0000
@@ -359,7 +359,7 @@ function trackers_field_date($field_name
        { $year = ($today[5]+1900); }      
 
       # FIXME: order of year/day/month must be local specific
-      $html = calendar_selectbox("day", $day, 
$field_name.'_dayfd').calendar_selectbox("month", $month, 
$field_name.'_monthfd').' <input type="text" name="'.$field_name.'_yearfd" 
size="4" maxlenght="4" value="'.$year.'">';
+      $html = calendar_selectbox("day", $day, 
$field_name.'_dayfd').calendar_selectbox("month", $month, 
$field_name.'_monthfd').' <input type="text" name="'.$field_name.'_yearfd" 
size="4" maxlength="4" value="'.$year.'">';
     }
   return($html);
 
Index: frontend/php/mail/admin/index.php
===================================================================
RCS file: /cvs/savane/savane/frontend/php/mail/admin/index.php,v
retrieving revision 1.75
diff -u -p -r1.75 index.php
--- frontend/php/mail/admin/index.php   22 Nov 2004 08:25:50 -0000      1.75
+++ frontend/php/mail/admin/index.php   23 Jan 2005 23:20:14 -0000
@@ -321,7 +321,7 @@ if ($group_id && user_ismember($group_id
       if ($isgnu == true)
        { print '<INPUT TYPE="radio" NAME="type" VALUE="0" CHECKED>'; }
 
-      print 
$project->getTypeMailingListAddress($project->getTypeMailingListFormat('<input 
type="text" name="list_name" value="" size="25" maxlenght="70">'));
+      print 
$project->getTypeMailingListAddress($project->getTypeMailingListFormat('<input 
type="text" name="list_name" value="" size="25" maxlength="70">'));
 
       if ($isgnu == true)
        {
Index: frontend/php/news/submit.php
===================================================================
RCS file: /cvs/savane/savane/frontend/php/news/submit.php,v
retrieving revision 1.24
diff -u -p -r1.24 submit.php
--- frontend/php/news/submit.php        22 Nov 2004 08:25:50 -0000      1.24
+++ frontend/php/news/submit.php        23 Jan 2005 23:20:15 -0000
@@ -131,7 +131,7 @@ print '
 form_header($PHP_SELF, $form_id).
 form_input("hidden", "group_id", $group_id).'
                        <font 
class="preinput">'._("Subject:").'</font><br/>&nbsp;&nbsp;
-               <input type="text" name="summary" value="'.$summary.'" 
size="65" maxlenght="80" />
+               <input type="text" name="summary" value="'.$summary.'" 
size="65" maxlength="80" />
                <br />
                <font class="preinput">'._("Details:").'</font><br 
/>&nbsp;&nbsp;
                <textarea name="details" rows="20" cols="65" 
wrap="soft">'.$details.'</textarea><br />'.


Reply via email to