diff options
| author | Carson Fleming <cflems@cflems.net> | 2017-04-19 10:25:17 -0400 |
|---|---|---|
| committer | Carson Fleming <cflems@cflems.net> | 2017-04-19 10:25:17 -0400 |
| commit | 157a1a4a976b031b2bc0f4805cc697393887f437 (patch) | |
| tree | 51e3279a870d42489d43a4fbe370bb020ecd79c0 | |
| parent | 1b23808772e1158603b93a24c5df241c46fae756 (diff) | |
| download | bulletin-157a1a4a976b031b2bc0f4805cc697393887f437.tar.gz | |
Fixed typo
| -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 2f6c794..56785a5 100644 --- a/dash/dash_functions.php +++ b/dash/dash_functions.php @@ -36,7 +36,7 @@ function draw_norate_s () { <div class="job"> <p class="jobtitle"><a href="post.php">You have no jobs yet!</a></p> <p class="jobpay">Apply to more ads. It's FREE!</p> - <p class="jobblurb">None of your applications have been approved yet. In the meantime, be sure to reply to more job postings maximize your exposure.<br /><a href="dash/">Browse ads!</a></p> + <p class="jobblurb">None of your applications have been approved yet. In the meantime, be sure to reply to more job postings to maximize your exposure.<br /><a href="dash/">Browse ads!</a></p> </div> <?php } |
