Remove redundant article container and extra whitespace

Remove unnecessary closing article tags and extra whitespace
This commit is contained in:
Ruben 2026-01-14 23:15:43 +01:00
parent 7124812e4d
commit 6682e94798
2 changed files with 2 additions and 8 deletions

View file

@ -192,7 +192,6 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST' && isset($_POST['contact_form_submit']
$currentTime = time();
?>
<article class="contain">
<h2>Contact Form</h2>
<p>Do you have questions, suggestions or want to participate in our work? Fill out the form below! But remember that it may take time before you get a response, we are not many and run everything on a voluntary basis.</p>
@ -273,5 +272,3 @@ $currentTime = time();
</form>
<?php endif; ?>
</section>
</article>

View file

@ -192,7 +192,6 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST' && isset($_POST['contact_form_submit']
$currentTime = time();
?>
<article class="contain">
<h2>Kontaktskjema</h2>
<p>Har du spørsmål, innspill eller ønsker å delta i arbeidet vårt? Fyll ut skjemaet nedenfor! Men husk at det kan ta tid før du får svar, vi er ikke mange og driver alt frivillig basis.</p>
@ -273,5 +272,3 @@ $currentTime = time();
</form>
<?php endif; ?>
</section>
</article>