Completed
Branch master (2762d6)
by Maciej
01:51
created
Category
Block/Adminhtml/Catalogue/Edit/Form.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -104,7 +104,7 @@
 block discarded – undo
104 104
                     'readonly' => true,
105 105
                     'label' => __('URL'),
106 106
                     'title' => __('URL'),
107
-                    'after_element_html' => '<a href=' . $url . '>'. __('View').'</a>'
107
+                    'after_element_html' => '<a href=' . $url . '>' . __('View') . '</a>'
108 108
                 ]
109 109
             );
110 110
         }
Please login to merge, or discard this patch.