[Formsess-devel] Bug-Report
Status: Beta
Brought to you by:
mrkatana
|
From: Wojna <wo...@wo...> - 2004-06-24 11:40:09
|
Hi folks!
I was just testing the new Formsess 2 release as this error occured:
Fatal error: Smarty error: [in adresse.tpl line 31]: syntax error:=20
unrecognized tag: 5
(Smarty_Compiler.class.php, line 403) in=20
/usr/local/lib/php/Smarty/Smarty.class.php
on line 1102
I was wondering because in line 31 there is only a HTML-Tag:
30 <tr class=3D"content">
31 <td width=3D"120">PLZ *</td>
32 <td><fs:input type=3D"text" name=3D"Plz"=20
style=3D"width:250px"/><fs:validate field=3D"Plz"
check=3D"syntax" syntax=3D"/[0-9]{5}/"
33 message=3D"Bitte gib eine g=FCltige Postleitzahl ein!"=20
/><fs:validate field=3D"Plz" check=3D"empty"
34 message=3D"Bitte gib eine g=FCltige Postleitzahl ein!" />=
</td>
35 </tr>
According to the documentation input-type "text" is an allowed type.=20
Maybe you can figure out
what the error is.
Best regards
wojna
--=20
email: wo...@wo...
home: www.diekomplettebandbreite.de
|