Changes between Version 2 and Version 3 of Ticket #4421, comment 30
- Timestamp:
- 2012-03-05T08:43:16+01:00 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4421, comment 30
v2 v3 22 22 23 23 > * I'd prefer '''${x}''' instead of '''${{x}}'''. 24 I'd prefer too, but what about possible conflicts with URLs, messages and so on? Though if variable x is not defined, ${{x}} (or ${x}) will not be replaced .24 I'd prefer too, but what about possible conflicts with URLs, messages and so on? Though if variable x is not defined, ${{x}} (or ${x}) will not be replaced, so I will switch to ${x}. 25 25 26 26 >