Completed
Push — master ( 897cab...5f1c93 )
by Angel Fernando Quiroz
112:04 queued 82:38
created
main/inc/lib/formvalidator/Element/Color.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
      */
35 35
     public function toHtml()
36 36
     {
37
-        return parent::toHtml() . <<<JS
37
+        return parent::toHtml().<<<JS
38 38
             <script>
39 39
                 $(document).on('ready', function () {
40 40
                     var txtColor = $('#{$this->getAttribute('id')}'),
Please login to merge, or discard this patch.