Passed
Pull Request — release-2.1 (#5344)
by John
05:20
created
Themes/default/Packages.template.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -369,7 +369,7 @@
 block discarded – undo
369 369
 	// And a bit more for database changes.
370 370
 	if ($context['uninstalling'] && !empty($context['database_changes']))
371 371
 		echo '
372
-		makeToggle(document.getElementById(\'db_changes_div\'), ', JavaScriptEscape($txt['package_db_uninstall_details']) , ');';
372
+		makeToggle(document.getElementById(\'db_changes_div\'), ', JavaScriptEscape($txt['package_db_uninstall_details']), ');';
373 373
 
374 374
 	echo '
375 375
 	</script>';
Please login to merge, or discard this patch.