From 17113ca8d096558da860384b18f6ad0422de3359 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 2 Dec 2015 16:20:47 -0500 Subject: [PATCH] Update detail template Adding strong tag around the properties and categories labels. --- views/front/jobDetail.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/views/front/jobDetail.php b/views/front/jobDetail.php index 066c72d..77e9b7b 100644 --- a/views/front/jobDetail.php +++ b/views/front/jobDetail.php @@ -6,14 +6,14 @@

post_title; ?>

staffords_jobs_property) : ?> -
- staffords_jobs_property ) > 1 ) ? 'Properties:' : 'Property:' ?> +
+ staffords_jobs_property ) > 1 ) ? 'Properties:' : 'Property:' ?> staffords_jobs_property);?>
staffords_jobs_category) : ?> -
- staffords_jobs_category ) > 1 ) ? 'Categories:' : 'Category:' ?> +
+ staffords_jobs_category ) > 1 ) ? 'Categories:' : 'Category:' ?> staffords_jobs_category);?>
-- 2.17.1