diff options
| author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2004-01-07 18:47:50 +0000 |
|---|---|---|
| committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2004-01-07 18:47:50 +0000 |
| commit | 557fa5637ff586fdaef0279ba257a6fd2d3c371f (patch) | |
| tree | b0bc35873a47f376b8bddd5645780328057bd38d /frontends/php/alerts.php | |
| parent | a2b39f060c68633cf0d366c37bb572ef53fbd6d0 (diff) | |
Cosmetic changes.
git-svn-id: svn://svn.zabbix.com/trunk@1144 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/alerts.php')
| -rw-r--r-- | frontends/php/alerts.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/alerts.php b/frontends/php/alerts.php index af4f1882..cced0641 100644 --- a/frontends/php/alerts.php +++ b/frontends/php/alerts.php @@ -115,7 +115,7 @@ echo "<TD>".htmlspecialchars($row["sendto"])."</TD>"; echo "<TD><pre>".htmlspecialchars($row["subject"])."</pre></TD>"; echo "<TD>"; - echo "<pre>".htmlspecialchars($row["message"])."</pre>";; + echo "<pre>".htmlspecialchars($row["message"])."</pre>"; // for($i=0;$i<strlen($row["message"]);$i++) // { // if($row["message"][$i]=="\n") |
