summaryrefslogtreecommitdiff
path: root/init.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-16 19:01:30 +0300
committerAndrew Dolgov <[email protected]>2021-02-16 19:01:30 +0300
commit02967b1bec81d516400580676940fc6048ace70c (patch)
tree267a9215ef8f277ea5c27c9e5a9c14bc7db9a1bb /init.php
parent78325333a724c5bc50199c054bb530af65190c34 (diff)
tiny markup fix
Diffstat (limited to 'init.php')
-rwxr-xr-xinit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.php b/init.php
index 39daab2..89270b9 100755
--- a/init.php
+++ b/init.php
@@ -106,7 +106,7 @@ class Af_Img_Phash extends Plugin {
<h2><?= $this->__( "Global settings") ?></h2>
<fieldset>
- <label><?= $this->__( "Limit to domains (space-separated):") ?>"</label>
+ <label><?= $this->__( "Limit to domains (space-separated):") ?></label>
<textarea dojoType='dijit.form.SimpleTextarea' style='height: 100px; width: 500px; display: block'
required='1' name='domains_list'><?= $domains_list ?></textarea>
</fieldset>