diff options
| author | low012 <low012@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2006-01-24 19:26:45 +0000 |
|---|---|---|
| committer | low012 <low012@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2006-01-24 19:26:45 +0000 |
| commit | d0043b027cb85fc39944108c1f493a33c6c4170e (patch) | |
| tree | c34ffe4f1e1b9e602d0b5ec888399b255fe6b912 /htroot/Wiki.html | |
| parent | a56fefe0d3480f6c91ecfd1d8b401af6a0a47800 (diff) | |
*) Fixed a bug where page name was not displayed in URL. (see http://www.yacy-forum.de/viewtopic.php?t=1778)
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1436 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/Wiki.html')
| -rw-r--r-- | htroot/Wiki.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/Wiki.html b/htroot/Wiki.html index a3e34ef06..148102837 100644 --- a/htroot/Wiki.html +++ b/htroot/Wiki.html @@ -90,7 +90,7 @@ </tr>
#{pages}#
<tr class="TableCellLight">
- <td><a href="Wiki.html?page="#[name]#">#[subject]#</a></td>
+ <td><a href="Wiki.html?page=#[name]#">#[subject]#</a></td>
<td>#[date]#</td>
<td>#[author]#</td>
</tr>
|
