From: Eero Saynatkari Date: 2006-10-24T12:42:27+09:00 Subject: Re: Getting away from the old php code --IfjLu832HdL/xSp1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2006.10.24 03:21, Marc Heiler wrote: > Hi guys, >=20 > sorry for the delayed reply. >=20 >=20 > Thanks for the replies. I'll try to find out how the > <% is used by erb. There must be a way to patch it > to allow other delimiters, even if I am the only > one who will use that. :) Is there any particular reason you do not want to use the standard delimiter? This is how erb works: # Template <% math_result =3D 1 + 1%> Hello, I am a math genious. 1 + 1 =3D <%=3D math_result %>. # Result Hello, I am a math genious. 1 + 1 =3D 2 --IfjLu832HdL/xSp1 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFPYsP7Nh7RM4TrhIRAj1IAJ0aVhxqBhXbXRjjVEKIP5Y2kku1LgCguuzZ 6xvdh/2yBGfRAYgaYP0+pqo= =hvvi -----END PGP SIGNATURE----- --IfjLu832HdL/xSp1--