Fixing the only invalid HTML (damn img alt text)
This commit is contained in:
parent
3de23d681b
commit
084063e31a
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ if(!$database) {
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="centerbox">
|
<div id="centerbox">
|
||||||
<div id="titlebox"><img src="favicon.ico" />Snuffler</div>
|
<div id="titlebox"><img src="favicon.ico" alt="" />Snuffler</div>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
if (!$database->getAuthedUserId()) {
|
if (!$database->getAuthedUserId()) {
|
||||||
|
|
Loading…
Reference in a new issue