You can view the issue detail at the following URL:
<http://scarab.werken.com/scarab/issues/id/TRQD9>
Type : Defect
Issue Id : TRQD9
Reported by: Chris Chew
captainvere - ([EMAIL PROTECTED])
Details:
Platform: All
Operating system: windows 2000
Summary: Typo in Velocity Site Howto where template example uses {} instead of #if()
#end
Description: I attached a patch to fix a typographical mistake where a template
example uses the {} notation when it should really be using #'s:
#if( $data.getMessage() )
{
$data.getMessage()
}
...to...
#if( $data.getMessage() )
$data.getMessage()
#end
Status: Unconfirmed
Resolution: Fixed
Priority: High
Vote: High
Severity: Normal
Functional area: Help
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>