Closed
Bug 1082063
Opened 11 years ago
Closed 11 years ago
JS Error On HP - Possibly Due To PHP Short Tags
Categories
(Websites :: The Open Standard, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: bensternthal, Assigned: rex)
References
Details
Line 174 has an php tag being rendered rather than the ID. Visible on Prod.
<script>var currentPostId = <?= the_ID(); ?>;</script>
Comment 1•11 years ago
|
||
Commits pushed to master at https://github.com/mozilla/theopenstandard
https://github.com/mozilla/theopenstandard/commit/14062bac2cf16a743bd170bd04d22ffdd5395f4a
fix bug 1082063 - php echo shorthand
https://github.com/mozilla/theopenstandard/commit/c8a13a6043ccc0052c1ba736672b7a55930b008a
Merge pull request #46 from rexington/iSimpleDev-13oct
fix bug 1082063 - php echo shorthand
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
| Reporter | ||
Updated•11 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•