diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-10-06 17:21:10 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-10-06 17:21:10 +0000 |
commit | 2e1b7d42b18f713c1c5b3376447667eb66ee6feb (patch) | |
tree | 8fc6b1e952b320a6f0ffec5eccfb25d5bc6fb7b0 /phpBB/templates | |
parent | 12b93f808034f64f64d92d009ec3dbb15294b322 (diff) | |
download | forums-2e1b7d42b18f713c1c5b3376447667eb66ee6feb.tar forums-2e1b7d42b18f713c1c5b3376447667eb66ee6feb.tar.gz forums-2e1b7d42b18f713c1c5b3376447667eb66ee6feb.tar.bz2 forums-2e1b7d42b18f713c1c5b3376447667eb66ee6feb.tar.xz forums-2e1b7d42b18f713c1c5b3376447667eb66ee6feb.zip |
Fixed preg single quote potential problem, altered jumpbox slightly
git-svn-id: file:///svn/phpbb/trunk@1136 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rw-r--r-- | phpBB/templates/subSilver/jumpbox.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/templates/subSilver/jumpbox.tpl b/phpBB/templates/subSilver/jumpbox.tpl index 69ca29e154..4b76d3aae3 100644 --- a/phpBB/templates/subSilver/jumpbox.tpl +++ b/phpBB/templates/subSilver/jumpbox.tpl @@ -1,5 +1,5 @@ -<form method="post" action="{S_JUMPBOX_ACTION}"> +<form method="post" name="jumpbox" action="{S_JUMPBOX_ACTION}"> <table cellspacing="0" cellpadding="0" border="0"> <tr> <td nowrap="nowrap"><span class="gensmall">{L_JUMP_TO}: {S_JUMPBOX_LIST} |