summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-02-25 19:11:17 +0300
committerAndrew Dolgov <[email protected]>2019-02-25 19:11:17 +0300
commitcbd119c7a3a6695e2a488d4d1837de46a5556beb (patch)
treea67282f0dd4e77cd79d5343452246ad845662ba8 /classes
parent52d77dee62d9498dff08b43c150ae33465582927 (diff)
pref-prefs: fix markup
Diffstat (limited to 'classes')
-rw-r--r--classes/pref/prefs.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/classes/pref/prefs.php b/classes/pref/prefs.php
index 9f234b9d0..354030563 100644
--- a/classes/pref/prefs.php
+++ b/classes/pref/prefs.php
@@ -788,10 +788,10 @@ class Pref_Prefs extends Handler_Protected {
<label class='checkbox plugin-desc' id='PLABEL-$name'>
<input disabled='1'
dojoType='dijit.form.CheckBox' $checked type='checkbox'>
- ".htmlspecialchars($about[1]);
+ ".htmlspecialchars($about[1]). "</label>";
if (@$about[4]) {
- print "<button dojoType='dijit.form.Button' style='float : left' class='alt-info'
+ print "<button dojoType='dijit.form.Button' class='alt-info'
onclick='window.open(\"".htmlspecialchars($about[4])."\")'>
<i class='material-icons'>open_in_new</i> ".__("More info...")."</button>";
}