Remove redundant article container and extra whitespace
Remove unnecessary closing article tags and extra whitespace
This commit is contained in:
parent
7124812e4d
commit
6682e94798
2 changed files with 2 additions and 8 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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 så mange og driver alt på frivillig basis.</p>
|
||||
|
|
@ -273,5 +272,3 @@ $currentTime = time();
|
|||
</form>
|
||||
<?php endif; ?>
|
||||
</section>
|
||||
|
||||
</article>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue