1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 11:50:30 +02:00

Bugtracker #4289 - XHTML fixes

This commit is contained in:
e107steved
2008-01-06 21:26:32 +00:00
parent 982a65736d
commit 075cc748b6
3 changed files with 7 additions and 7 deletions

View File

@@ -11,8 +11,8 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_files/shortcode/batch/user_shortcodes.php,v $
| $Revision: 1.6 $
| $Date: 2007-12-19 20:34:47 $
| $Revision: 1.7 $
| $Date: 2008-01-06 21:26:25 $
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/
@@ -550,7 +550,7 @@ SC_BEGIN USER_FORM_START
global $from;
return "
<form method='post' action='".e_SELF."'>
<input type='hidden' name='from' value='$from' />
<p><input type='hidden' name='from' value='$from' /></p>
";
SC_END