removed "?" from urlparam and "#" from anchor parameters in link macros

This commit is contained in:
Tobi Schäfer 2002-06-04 17:58:19 +00:00
parent fb002dab12
commit adb5fd01a4
5 changed files with 52 additions and 53 deletions

View file

@ -4,7 +4,7 @@
</tr>
<tr>
<td rowspan="2" valign="top" nowrap="nowrap">...&nbsp;show&nbsp;</td>
<td nowrap="nowrap"><% this.link to="main" text="all stories" %>&nbsp;|&nbsp;<% this.link to="main" urlparam="?show=offline" text="offline stories"%>&nbsp;|&nbsp;<% this.link to="main" urlparam="?show=mystories" text="my stories" %></td>
<td nowrap="nowrap"><% this.link to="main" text="all stories" %>&nbsp;|&nbsp;<% this.link to="main" urlparam="show=offline" text="offline stories"%>&nbsp;|&nbsp;<% this.link to="main" urlparam="show=mystories" text="my stories" %></td>
</tr>
</table>