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 polls" %><% this.link to="main" text="open polls" urlparam="?show=open" prefix=" | " %><% this.link to="main" urlparam="?show=mypolls" text="my polls" prefix=" | " checkdeny="true" %></td>
|
||||
<td nowrap="nowrap"><% this.link to="main" text="all polls" %><% this.link to="main" text="open polls" urlparam="show=open" prefix=" | " %><% this.link to="main" urlparam="?show=mypolls" text="my polls" prefix=" | " checkdeny="true" %></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue