Skip to content
Snippets Groups Projects
Commit 6b499b88 authored by runemaster's avatar runemaster
Browse files

Fix XHTML 1.0 Transitional Compliance.

parent 99173268
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
<head>
<title>%%title%%</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
@@JS:if(http_request.virtual_path=="/nodelist.ssjs")'<meta http-equiv=refresh content="30">';@@
@@JS:if(http_request.virtual_path=="/nodelist.ssjs")'<meta http-equiv="refresh" content="30" />';@@
<link rel="stylesheet" href="@@Theme_CSS_File@@" type="text/css" />
</head>
<body>
......
<!-- $Id$ -->
</td>
<td class="main" valign="top"><br />
<br />
......@@ -20,7 +18,6 @@
@@JS:if(show_gender)'<th class="main_nodelist">Gender</th>'@@
<th class="main_nodelist">Time</th>
</tr>
<tr>
<<REPEAT who_online>>
<tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment