Replace PHP short open tag, as it might be turned off in PHP < 5.4.0.
This commit is contained in:
parent
d4c6b33ed5
commit
db4932b9ce
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
- var app_href = "<?= APP_HREF ?>"
|
- var app_href = "<?php echo APP_HREF; ?>"
|
||||||
- var fallback = "<?= FALLBACK ?>"
|
- var fallback = "<?php echo FALLBACK; ?>"
|
||||||
|
|
||||||
doctype 5
|
doctype 5
|
||||||
//if lt IE 10
|
//if lt IE 10
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user