summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/forms.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/include/forms.inc.php')
-rw-r--r--frontends/php/include/forms.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/forms.inc.php b/frontends/php/include/forms.inc.php
index 3ee9f2d7..a4624beb 100644
--- a/frontends/php/include/forms.inc.php
+++ b/frontends/php/include/forms.inc.php
@@ -317,7 +317,7 @@
$col=0;
show_table2_v_delimiter($col++);
- echo "<form method=\"get\" action=\"items.php\">";
+ echo "<form method=\"get\" action=\"items.php#form\">";
if(isset($_GET["itemid"]))
{
echo "<input class=\"biginput\" name=\"itemid\" type=hidden value=".$_GET["itemid"].">";