diff options
Diffstat (limited to 'template/500.phtml')
-rw-r--r-- | template/500.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/500.phtml b/template/500.phtml index d7c7e4a..7b09ede 100644 --- a/template/500.phtml +++ b/template/500.phtml @@ -5,5 +5,5 @@ <pre><?=h($e)?></pre> </div> - <?=file_get_contents('assets/img/missing-cat.svg') ?> + <img src="assets/img/missing-cat.gif"> </div> |