WIP - Removing unneccessary closing tags to prevent potential issues. (#223)

* Part 1

Removing closing tags when no HTML or other output comes after the last PHP codeblock.

* Further removals

* nothing

---------

Co-authored-by: slawkens <slawkens@gmail.com>
This commit is contained in:
SRNT-GG
2023-06-15 20:53:55 +02:00
committed by GitHub
parent 996ae625c9
commit 8d10082179
98 changed files with 14 additions and 157 deletions

View File

@@ -159,4 +159,3 @@ if(isset($_POST['emailchangecancel']) && $_POST['emailchangecancel'] == 1) {
'custom_buttons' => $custom_buttons
));
}
?>

View File

@@ -82,5 +82,3 @@ else
));
}
}
?>

View File

@@ -84,5 +84,3 @@ else
));
}
}
?>

View File

@@ -80,4 +80,3 @@ if($show_form) {
}
$twig->display('account.delete_character.html.twig');
}
?>