summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-10-03 23:52:56 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-10-03 23:52:56 +0000
commit8597b744c1c871115c16a67f08e5032850f349f8 (patch)
treeac7e38d9f3e19c00a3abc1d70f51bdf94421b22d /usr
parenta204678976f6d3e47e564ffd194d42c5d9f9269a (diff)
downloadpfsense-8597b744c1c871115c16a67f08e5032850f349f8.zip
pfsense-8597b744c1c871115c16a67f08e5032850f349f8.tar.gz
* Add & further down inside the other string combinations for readibility
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/fbegin.inc4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr/local/www/fbegin.inc b/usr/local/www/fbegin.inc
index e0fe055..80e3873 100755
--- a/usr/local/www/fbegin.inc
+++ b/usr/local/www/fbegin.inc
@@ -50,8 +50,6 @@ require_once("notices.inc");
}
if(is_array($requests))
$request_string = implode("&", $requests);
- // do we want a & on the end of the url?
- //$request_string = $request_string . '&';
foreach ($notices as $key => $value) {
$date = date("m-d-y H:i:s", $key);
@@ -67,7 +65,7 @@ require_once("notices.inc");
if ($value['url']) {
$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>';
+ $notice_msgs .= $date.' - <a href="?'.$request_string.'&noticeaction=acknowledge&noticeid='.$key.'">['.$value['id'].']'.$noticemsg.'</a>';
}
$notice_msgs .= " &nbsp;&nbsp;&nbsp;&nbsp;.:.&nbsp;&nbsp;&nbsp;&nbsp; ";
}
OpenPOWER on IntegriCloud