diff options
| author | karlchenofhell <karlchenofhell@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2007-03-08 14:00:04 +0000 |
|---|---|---|
| committer | karlchenofhell <karlchenofhell@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2007-03-08 14:00:04 +0000 |
| commit | 2be405e1e13865752920d249cd57f11efa446db4 (patch) | |
| tree | 2d35453f31b8f2cd70bde480c92d82a685c32b16 /htroot/ViewFile.html | |
| parent | de1b4a1731974ba98f9431f27d96ba1177e7a491 (diff) | |
- fix for last two commits
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3452 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/ViewFile.html')
| -rw-r--r-- | htroot/ViewFile.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htroot/ViewFile.html b/htroot/ViewFile.html index 8a2f10343..6db33bec0 100644 --- a/htroot/ViewFile.html +++ b/htroot/ViewFile.html @@ -10,7 +10,7 @@ #(error)#
<form method="get" action="ViewFile.html" accept-charset="ascii">
- <fieldset><legend>View URL Content</legend><table border="0"><tr><td>
+ <fieldset><legend>View URL Content</legend>
<dl>
<dt>URL:</dt> <dd><a href="#[url]#">#[url]#</a></dd>
<dt>Hash:</dt> <dd>#[hash]#</dd>
@@ -29,7 +29,7 @@ </select>
<input type="submit" name="show" value="Show" />
</dd>
- </dl></td></tr></table>
+ </dl>
<input type="hidden" name="words" value="#[words]#" />
<input type="hidden" name="urlHash" value="#[hash]#" />
</fieldset>
|
