1
0
mirror of https://github.com/flarum/core.git synced 2025-08-04 07:27:39 +02:00

Prevent XML from being interpreted as PHP short tags

This commit is contained in:
Toby Zerner
2015-09-14 18:12:36 +09:30
parent 440144a23e
commit c2f876b00b

View File

@@ -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">