mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Navigate was opening files in the wrong frame
git-svn-id: file:///svn/phpbb/trunk@670 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
f06bb9c1a9
commit
533e799938
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
</tr>
|
</tr>
|
||||||
<!-- BEGIN actionrow -->
|
<!-- BEGIN actionrow -->
|
||||||
<tr>
|
<tr>
|
||||||
<td class="row1" width="7%"><a href="{catrow.actionrow.FILE}">{catrow.actionrow.ACTIONNAME}</a></td>
|
<td class="row1" width="7%"><a href="{catrow.actionrow.FILE}" target="main">{catrow.actionrow.ACTIONNAME}</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<!-- END actionrow -->
|
<!-- END actionrow -->
|
||||||
<!-- END catrow -->
|
<!-- END catrow -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue