Questtype ?Boss-Fight?: set form action to exclude GET-params (Issue #163)
This commit is contained in:
parent
e4d89d2d68
commit
6b74bb4d79
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
<p><?=\hhu\z\Utils::t($stage['text'])?></p>
|
||||
|
||||
<form method="post" action="#task">
|
||||
<form method="post" action="<?=$linker->link(null,0,false,null,true,'task')?>">
|
||||
<input type="hidden" name="stage" value="<?=$stage['id']?>" />
|
||||
<ul class="bossfight cf">
|
||||
<?php foreach($childStages as &$childStage) : ?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue