
|
If you were logged in you would be able to see more operations.
|
|
|
RIFE
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
|
|
|
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.)
|
|
Description
|
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.) |
Show » |
| There are no comments yet on this issue.
|
|