mirror of
https://github.com/flarum/framework.git
synced 2025-04-26 22:54:03 +08:00
Prevent XML from being interpreted as PHP short tags
This commit is contained in:
parent
60323e0cf9
commit
9bf485359a
@ -162,7 +162,7 @@
|
|||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1>
|
<h1>
|
||||||
<?php include 'logo.svg'; ?>
|
<?php echo file_get_contents(__DIR__ . '/logo.svg'); ?>
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
<div class="animated fadeIn">
|
<div class="animated fadeIn">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user