removing bullet from the jobs list
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 20 Dec 2018 19:39:53 +0000 (14:39 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 20 Dec 2018 19:39:53 +0000 (14:39 -0500)
index.php
views/front/jobList.php

index d026ad5..840c0d2 100644 (file)
--- a/index.php
+++ b/index.php
@@ -2,7 +2,7 @@
 /**
  * Plugin Name: Staffords Employment
  * Description: Online Employment Application for Staffords
- * Version: 1.0.0
+ * Version: 1.0.1
  * Author: Steve Sutton
  * Author URI: http://www.gaslightmedia.com
  * License: All right reserved
index 286787e..e20df94 100644 (file)
@@ -2,7 +2,7 @@
     <div class="row">
         <?php if ($jobs): foreach($jobs as $job) :?>
         <div class="small-12 columns<?php if ($job->end){ echo ' end';}?>">
-            <h2>&bullet; <a href="<?php echo $job->href;?>"><?php echo $job->post_title;?></a></h2>
+            <h2><a href="<?php echo $job->href;?>"><?php echo $job->post_title;?></a></h2>
             <?php if ($job->staffords_jobs_property) : ?>
             <div class="job-list-prop">
             <?php echo (count( $job->staffords_jobs_property ) > 1 ) ? STAFFORDS_EMP_DEPARTMENT_PLURAL . ':' : STAFFORDS_EMP_DEPARTMENT_SINGLE . ':' ?>