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 slawkens
parent 171c114b0f
commit 76bfab1303
89 changed files with 11 additions and 144 deletions

View File

@@ -72,5 +72,3 @@ if(!empty($errors)) {
'action' => '?subtopic=guilds'
));
}
?>

View File

@@ -75,5 +75,3 @@ if(!empty($errors)) {
'action' => '?subtopic=guilds'
));
}
?>

View File

@@ -68,4 +68,3 @@ else
echo "0 players found.";
$twig->display('guilds.back_button.html.twig');
?>

View File

@@ -66,5 +66,3 @@ if(!empty($errors)) {
'action' => '?subtopic=guilds'
));
}
?>

View File

@@ -125,5 +125,3 @@ if(!empty($guild_errors)) {
'action' => '?subtopic=guilds'
));
}
?>

View File

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

View File

@@ -117,5 +117,3 @@ if(!empty($guild_errors)) {
echo '<br/><div style="text-align:center"><form action="?subtopic=guilds" method="post">' . $twig->render('buttons.back.html.twig') . '</form></div>';
}
?>