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>
|
<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>
|
<h2>Select the type of job you are looking for:</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<?=require "nav.html.php"?>
|
<?php require "nav.html.php"?>
|
||||||
</ul>
|
</ul>
|
||||||
</main>
|
</main>
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
<main class="sidebar">
|
<main class="sidebar">
|
||||||
<section class="left">
|
<section class="left">
|
||||||
<ul>
|
<ul>
|
||||||
<?=require 'nav.html.php'?>
|
<?php require 'nav.html.php'?>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
<main class = "sidebar">
|
<main class = "sidebar">
|
||||||
<section class="left">
|
<section class="left">
|
||||||
<ul>
|
<ul>
|
||||||
<?=require 'nav.html.php'?>
|
<?php require 'nav.html.php'?>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</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>
|
<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>
|
<h2>Select the type of job you are looking for:</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<?=require 'nav.html.php'?>
|
<?php require 'nav.html.php'?>
|
||||||
</ul>
|
</ul>
|
||||||
</main>
|
</main>
|
||||||
|
|
@ -8,6 +8,6 @@
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
<section class="right">
|
<section class="right">
|
||||||
<?=require $table;?>
|
<?php require $table?>
|
||||||
</section>
|
</section>
|
||||||
</main>
|
</main>
|
||||||
Loading…
Reference in New Issue