]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/default/404.html
Refactor front controller tests to create container mock using a trait
[github/shaarli/Shaarli.git] / tpl / default / 404.html
index 10a9458a6d7f467977756a0e0b374c1161d0182b..09737b4b0a7850686e72dacbb726d0d7757cd9de 100644 (file)
@@ -6,9 +6,9 @@
 <body>
 <div id="pageheader">
   {include="page.header"}
-<div class="center" id="page404" class="page404-container">
+<div id="pageError" class="page-error-container center">
   <h2>{'Sorry, nothing to see here.'|t}</h2>
-  <img src="img/sad_star.png">
+  <img src="img/sad_star.png" alt="">
   <p>{$error_message}</p>
 </div>
 {include="page.footer"}