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>
<div class="container">
<h1>
<?php include 'logo.svg'; ?>
<?php echo file_get_contents(__DIR__ . '/logo.svg'); ?>
</h1>
<div class="animated fadeIn">