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 60323e0cf9
commit 9bf485359a

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