shushanxingzhe / json-template

Automatically exported from code.google.com/p/json-template
0 stars 0 forks source link

get rid of the possibility of {.if foo?} #48

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The if and ? are redundant.

It should be just

{.foo?}

or 

{.if foo}

Original issue reported on code.google.com by andyc...@gmail.com on 31 Dec 2009 at 7:21

GoogleCodeExporter commented 8 years ago
I agree. And if the meta chars are: <??> then <?.if foo??> looks extra funny!

Original comment by sroussey on 18 Feb 2010 at 2:14

GoogleCodeExporter commented 8 years ago
ok, let me do that... feel free to get rid of it in PHP.

Original comment by andyc...@gmail.com on 18 Feb 2010 at 4:45