Errori

potete aiutarmi a risolvere questi errori x’ non riesco a capirli.

compile error
C:/depot/app/views/admin/list.rhtml:16: syntax error, unexpected
$undefined
_erbout.concat "

\n"
^
C:/depot/app/views/admin/list.rhtml:17: syntax error, unexpected kCLASS,
expecting kDO or ‘{’ or ‘(’
_erbout.concat " <span class=“ListTitle”>"; _erbout.concat((
h(product.title) ).to_s); _erbout.concat “
\n”
^
C:/depot/app/views/admin/list.rhtml:32: syntax error, unexpected kEND,
expecting ‘)’
_erbout.concat " "; end; _erbout.concat “\n”
^

On Feb 5, 2008 6:48 PM, Andrea M. [email protected] wrote:

h(product.title) ).to_s); _erbout.concat “
\n”
^
C:/depot/app/views/admin/list.rhtml:32: syntax error, unexpected kEND,
expecting ‘)’
_erbout.concat " "; end; _erbout.concat “\n”
^

sparo a caso: non è che hai scritto <%= al posto di <% o viceversa? A
me è successo… e ci ho messo un bel po’ a capire.

M