fixed anomolus output
This commit is contained in:
parent
7cc32ed127
commit
03ea442bf9
|
|
@ -3,6 +3,6 @@
|
|||
<p>Welcome to Jo's Jobs, we're a recruitment agency based in Northampton. We offer a range of different office jobs. Get in touch if you'd like to list a job with us.</a></p>
|
||||
<h2>Select the type of job you are looking for:</h2>
|
||||
<ul>
|
||||
<?=require "nav.html.php"?>
|
||||
<?php require "nav.html.php"?>
|
||||
</ul>
|
||||
</main>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<main class="sidebar">
|
||||
<section class="left">
|
||||
<ul>
|
||||
<?=require 'nav.html.php'?>
|
||||
<?php require 'nav.html.php'?>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<main class = "sidebar">
|
||||
<section class="left">
|
||||
<ul>
|
||||
<?=require 'nav.html.php'?>
|
||||
<?php require 'nav.html.php'?>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
|
|
|||
|
|
@ -2,6 +2,6 @@
|
|||
<p>Welcome to Jo's Jobs, we're a recruitment agency based in Northampton. We offer a range of different office jobs. Get in touch if you'd like to list a job with us.</a></p>
|
||||
<h2>Select the type of job you are looking for:</h2>
|
||||
<ul>
|
||||
<?=require 'nav.html.php'?>
|
||||
<?php require 'nav.html.php'?>
|
||||
</ul>
|
||||
</main>
|
||||
|
|
@ -8,6 +8,6 @@
|
|||
</ul>
|
||||
</section>
|
||||
<section class="right">
|
||||
<?=require $table;?>
|
||||
<?php require $table?>
|
||||
</section>
|
||||
</main>
|
||||
Loading…
Reference in New Issue