Include a space between method="post" and onsubmit=
This commit is contained in:
		
							parent
							
								
									b2727e6e9b
								
							
						
					
					
						commit
						8250547bf0
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -261,7 +261,7 @@ if (isset ($error) && $error != "") { | ||||||
| if ($step != $max_step && $step >= 1) { | if ($step != $max_step && $step >= 1) { | ||||||
|   echo "<form action=\"".htmlspecialchars($_SERVER['PHP_SELF'], ENT_QUOTES)."\" method=\"post\""; |   echo "<form action=\"".htmlspecialchars($_SERVER['PHP_SELF'], ENT_QUOTES)."\" method=\"post\""; | ||||||
|   if ($step == 2) { |   if ($step == 2) { | ||||||
|     echo "onsubmit=\"submitPreferences()\""; |     echo " onsubmit=\"submitPreferences()\""; | ||||||
|   } |   } | ||||||
|   echo ">\n"; |   echo ">\n"; | ||||||
| } | } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Tobias Mueller
						Tobias Mueller