[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

validation error caused by maintainer field



to prevent the issue, you have some choices:
  * not use html special chars
    * set maintainer a pre-escaped-value 
  * fix copypage.pl to escape html special chars
  * fix stattrans.pl to escape html special chars like below

02:32 victory > you need to escape html special chars to use them such as "name<mail@address>" as maintainer in wml header
02:34 victory > 458:   $o_body .= sprintf "<td align=center>%s</td>", $maintainer{"$lang/$file"} || "";
02:35 victory > at minimum: $maintainer{"$lang/$file"} =~s/</&lt;/r =~s/>/&gt;/r
02:36 victory > or you can forbidden to use this form

-- 
victory
no need to CC me :-)


Reply to: