|
From: Paul S. O. <ps...@us...> - 2001-10-06 17:21:13
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv6947/templates/subSilver
Modified Files:
jumpbox.tpl
Log Message:
Fixed preg single quote potential problem, altered jumpbox slightly
Index: jumpbox.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/jumpbox.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** jumpbox.tpl 2001/09/25 18:10:56 1.1
--- jumpbox.tpl 2001/10/06 17:21:10 1.2
***************
*** 1,4 ****
! <form method="post" action="{S_JUMPBOX_ACTION}">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
--- 1,4 ----
! <form method="post" name="jumpbox" action="{S_JUMPBOX_ACTION}">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
|