diff options
| author | karlchenofhell <karlchenofhell@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2007-02-03 20:22:39 +0000 |
|---|---|---|
| committer | karlchenofhell <karlchenofhell@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2007-02-03 20:22:39 +0000 |
| commit | 3bafd643c0b311d4d0a58dea71fc44e8e48cf578 (patch) | |
| tree | 9eafa3976a56754e92cb95529b401fe0b316652e /htroot/ViewFile.html | |
| parent | 666793035286706d77d95305624944fa2ec0707f (diff) | |
- fix for http://www.yacy-forum.de/viewtopic.php?t=3483
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3330 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/ViewFile.html')
| -rw-r--r-- | htroot/ViewFile.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/ViewFile.html b/htroot/ViewFile.html index bcac4ee64..6db33bec0 100644 --- a/htroot/ViewFile.html +++ b/htroot/ViewFile.html @@ -82,7 +82,7 @@ <td>#[nr]#</td>
<td class="tt">#[type]#</tt></td>
<td class="tt">#[text]#</tt></td>
- <td class="tt">#[link]#</tt></td>
+ <td class="tt"><a href="#[url]#">#[link]#</a></tt></td>
<td class="tt">#[attr]#</tt></td>
</tr>#{/links}#
</table>
|
