aboutsummaryrefslogtreecommitdiffstats
path: root/core/templates/404.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/templates/404.php')
-rw-r--r--core/templates/404.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/templates/404.php b/core/templates/404.php
index d042944c193..67ce8c8026c 100644
--- a/core/templates/404.php
+++ b/core/templates/404.php
@@ -8,11 +8,11 @@ if(!isset($_)){//also provide standalone error page
}
?>
<div id="login">
- <img src="<?php echo image_path("", "weather-clear.png"); ?>" alt="ownCloud" />
+ <header><img src="<?php echo image_path('', 'weather-clear.png'); ?>" alt="ownCloud" /></header>
<ul>
<li class='error'>
<?php echo $l->t( 'Error 404, Cloud not found' ); ?><br/>
<p class='hint'><?php if(isset($_['file'])) echo $_['file']?></p>
</li>
</ul>
-</div> \ No newline at end of file
+</div>