Skip to content

Commit

Permalink
Merge pull request MightyGorgon#59 from TuningBEB2008/patch-10
Browse files Browse the repository at this point in the history
close <input tag />
  • Loading branch information
MightyGorgon committed Jul 21, 2014
2 parents 1e6a94d + f5bd2fd commit d77e19e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adm/admin_pa_custom.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@

if($mode == 'add')
{
$s_hidden_fields = '<input type="hidden" name="mode" value="addfield">';
$s_hidden_fields = '<input type="hidden" name="mode" value="addfield" />';
}
elseif($mode == 'addfield')
{
Expand Down Expand Up @@ -208,4 +208,4 @@

include(IP_ROOT_PATH . ADM . '/page_footer_admin.' . PHP_EXT);

?>
?>

0 comments on commit d77e19e

Please sign in to comment.