|
@@ -372,7 +372,7 @@ discard block |
|
|
block discarded – undo |
|
372
|
372
|
// And a bit more for database changes. |
|
373
|
373
|
if ($context['uninstalling'] && !empty($context['database_changes'])) |
|
374
|
374
|
echo ' |
|
375
|
|
- makeToggle(document.getElementById(\'db_changes_div\'), ', JavaScriptEscape($txt['package_db_uninstall_details']) , ');'; |
|
|
375
|
+ makeToggle(document.getElementById(\'db_changes_div\'), ', JavaScriptEscape($txt['package_db_uninstall_details']), ');'; |
|
376
|
376
|
|
|
377
|
377
|
echo ' |
|
378
|
378
|
</script>'; |
|
@@ -425,7 +425,7 @@ discard block |
|
|
block discarded – undo |
|
425
|
425
|
|
|
426
|
426
|
elseif ($context['uninstalling']) |
|
427
|
427
|
echo ' |
|
428
|
|
- ', $txt['package_uninstall_done'] .' <br> |
|
|
428
|
+ ', $txt['package_uninstall_done'] . ' <br> |
|
429
|
429
|
', '<a href="', $context['remove_url'], '" class="button">', $txt['package_delete'], '</a>'; |
|
430
|
430
|
|
|
431
|
431
|
elseif ($context['install_finished']) |
Please login to merge, or discard this patch.