summaryrefslogtreecommitdiffstats
path: root/usr/local/www/fbegin.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-10-03 23:53:30 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-10-03 23:53:30 +0000
commit00431e2faae6d5724ed5f0839344771a3396edc5 (patch)
tree326fa4edfa8d3c1bce700cac2709b7bdbcd060b3 /usr/local/www/fbegin.inc
parent8597b744c1c871115c16a67f08e5032850f349f8 (diff)
downloadpfsense-00431e2faae6d5724ed5f0839344771a3396edc5.zip
pfsense-00431e2faae6d5724ed5f0839344771a3396edc5.tar.gz
* Add & further down inside the other string combinations for readibility
Diffstat (limited to 'usr/local/www/fbegin.inc')
-rwxr-xr-xusr/local/www/fbegin.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/fbegin.inc b/usr/local/www/fbegin.inc
index 80e3873..d274e4c 100755
--- a/usr/local/www/fbegin.inc
+++ b/usr/local/www/fbegin.inc
@@ -63,7 +63,7 @@ require_once("notices.inc");
$noticemsg = str_replace("<br>", "", $noticemsg);
$notice_msgs = '<a href="?noticeaction=acknowledge&noticeid=all">Acknowledge All</a> &nbsp;&nbsp;&nbsp;&nbsp;.:.&nbsp;&nbsp;&nbsp;&nbsp; ';
if ($value['url']) {
- $notice_msgs .= $date.' - <a href="'.$url.'?'.$request_string.'noticeaction=acknowledge&noticeid='.$key.'">['.$value['id'].']</a>';
+ $notice_msgs .= $date.' - <a href="'.$url.'?'.$request_string.'&noticeaction=acknowledge&noticeid='.$key.'">['.$value['id'].']</a>';
} else {
$notice_msgs .= $date.' - <a href="?'.$request_string.'&noticeaction=acknowledge&noticeid='.$key.'">['.$value['id'].']'.$noticemsg.'</a>';
}
OpenPOWER on IntegriCloud