diff options
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 { |
