summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-02-09 23:04:34 +0300
committerAndrew Dolgov <[email protected]>2017-02-09 23:04:34 +0300
commit3188e863b399446563c4952309f818c61bcfc079 (patch)
tree99762f29a3821f0f5d2ba83ea342ad6e86a106b9 /index.php
parent829d478f1b054c8ce1eeb4f15170dc4a1abb3e47 (diff)
handle_rpc_json: fix netalert button never appearing on JSON parse error
Diffstat (limited to 'index.php')
-rw-r--r--index.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/index.php b/index.php
index 6e81bd619..e4cad9d00 100644
--- a/index.php
+++ b/index.php
@@ -232,8 +232,7 @@
<button id="net-alert" dojoType="dijit.form.Button" style="display : none" disabled="true"
title="<?php echo __("Communication problem with server.") ?>">
- <img
- src="images/error.png" />
+ <img src="images/error.png" />
</button>
<div dojoType="dijit.form.DropDownButton">