summaryrefslogtreecommitdiffstats
path: root/themes/default/templates/index.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/templates/index.tpl')
-rw-r--r--themes/default/templates/index.tpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/default/templates/index.tpl b/themes/default/templates/index.tpl
index 0bd7a7b..87c58b9 100644
--- a/themes/default/templates/index.tpl
+++ b/themes/default/templates/index.tpl
@@ -4,7 +4,7 @@
<!-- loading -->
<div id="HTML_AJAX_LOADING">
- <img src="resources/loading.gif" style="vertical-align: middle;" />&nbsp;&nbsp;Loading...
+ <img src="resources/loading.gif" style="vertical-align: middle;" alt="Loading..." />&nbsp;&nbsp;Loading...
</div>
<!-- top menu -->
@@ -25,7 +25,7 @@
</div>
<!-- /top menu -->
- <span style="clear: both;">
+ <div style="clear: both;">
<!-- option column -->
<div class="options" style="float: left;">
<div>
@@ -41,6 +41,6 @@
<div id="content" class="content">
{include file="welcome.tpl"}
</div>
- </span>
+ </div>
{include file="footer.tpl"}