History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: RIFE-307
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Geert Bevin
Reporter: Steven Grimm
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
RIFE

Ignore quotes in ${v} template tags

Created: 29/Aug/06 01:32 AM   Updated: 08/May/07 07:28 AM
Component/s: template
Affects Version/s: 1.5.1
Fix Version/s: 1.6

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Scale: Bite-sized


 Description  « Hide
Right now if you turn a <!--V template tag into a ${v tag, you have to remember to take away the single quotes or RIFE will treat them as part of the value name.

${v 'foo'} should be equivalent to ${v foo} (or ${v "foo"} for that matter.)

Ideally the quotes should be optional on the <!--V and [!V tags, but at the very least they should be ignored if present on ${v tags. That will help people keep their templates internally consistent. (<r:v> is the odd man out, but its existing syntax is pretty much mandatory.)

 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.