--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, > > sorry for the delayed reply. > > > 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 = 1 + 1%> Hello, I am a math genious. 1 + 1 = <%= math_result %>. # Result Hello, I am a math genious. 1 + 1 = 2 --IfjLu832HdL/xSp1 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFPYsP7Nh7RM4TrhIRAj1IAJ0aVhxqBhXbXRjjVEKIP5Y2kku1LgCguuzZ 6xvdh/2yBGfRAYgaYP0+pqo vi -----END PGP SIGNATURE----- --IfjLu832HdL/xSp1--