diff options
| author | Carson Fleming <cflems@cflems.net> | 2017-04-12 17:03:36 -0400 |
|---|---|---|
| committer | Carson Fleming <cflems@cflems.net> | 2017-04-12 17:03:36 -0400 |
| commit | e079a930d2797d9e94cc2e1848e4634c43adb6ba (patch) | |
| tree | a49ebbe0a3e6937ca894f3dc1dd9b1f9a4cbc9dd /dash/dash_functions.php | |
| parent | 1e35e053f12f4c4d26ec435f2b314e45cd3f05ea (diff) | |
| download | bulletin-e079a930d2797d9e94cc2e1848e4634c43adb6ba.tar.gz | |
Finished up Reed\'s suggestions
Diffstat (limited to 'dash/dash_functions.php')
| -rw-r--r-- | dash/dash_functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dash/dash_functions.php b/dash/dash_functions.php index 7fa9c3e..5497ce9 100644 --- a/dash/dash_functions.php +++ b/dash/dash_functions.php @@ -67,7 +67,7 @@ function draw_rate ($row, $review) { ?> <div class="jobblurb"> <?=rating_format($review['stars'], typestr($row['type']));?> - <div class="ratecomment"><?=is_null($review['comment'])?'<em>No comment.</em>':htmlentities($review['comment']);?></div> + <div class="ratecomment"><strong>You said:</strong><br /><?=is_null($review['comment'])?'<em>No comment.</em>':htmlentities($review['comment']);?></div> </div> <?php } else { |
