removed "?" from urlparam and "#" from anchor parameters in link macros
This commit is contained in:
parent
fb002dab12
commit
adb5fd01a4
5 changed files with 52 additions and 53 deletions
|
@ -4,7 +4,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td rowspan="2" valign="top" nowrap="nowrap">... show </td>
|
||||
<td nowrap="nowrap"><% this.link to="main" text="all stories" %> | <% this.link to="main" urlparam="?show=offline" text="offline stories"%> | <% this.link to="main" urlparam="?show=mystories" text="my stories" %></td>
|
||||
<td nowrap="nowrap"><% this.link to="main" text="all stories" %> | <% this.link to="main" urlparam="show=offline" text="offline stories"%> | <% this.link to="main" urlparam="show=mystories" text="my stories" %></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue