bernd commited on 2009-07-02 10:07:08
Zeige 1 geänderte Dateien mit 2 Einfügungen und 2 Löschungen.
git-svn-id: https://svn.schokokeks.org/repos/tools/webinterface/trunk@1403 87cf0b9e-d624-0410-a070-f6ee81989793
| ... | ... |
@@ -82,7 +82,7 @@ echo $html_header; |
| 82 | 82 |
</head> |
| 83 | 83 |
<body> |
| 84 | 84 |
|
| 85 |
-<a href="#content" style="display: none;">Zum Inhalt</a> |
|
| 85 |
+<div><a href="#content" style="display: none;">Zum Inhalt</a></div> |
|
| 86 | 86 |
|
| 87 | 87 |
<div class="menu"> |
| 88 | 88 |
<img src="<?php echo $prefix.config('logo'); ?>" width="190" height="141" alt="<?php echo config('company_name'); ?>" />
|
| ... | ... |
@@ -162,7 +162,7 @@ if (isset($_SESSION['admin_user'])) {
|
| 162 | 162 |
</div> |
| 163 | 163 |
|
| 164 | 164 |
<div class="content"> |
| 165 |
-<a name="content" style="display: none"> </a> |
|
| 165 |
+<a id="content" style="display: none"> </a> |
|
| 166 | 166 |
<?php |
| 167 | 167 |
show_messages(); |
| 168 | 168 |
|
| 169 | 169 |