mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-08-01 02:50:12 +02:00
Replace PHP short open tag, as it might be turned off in PHP < 5.4.0.
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user