Completed
Push — master ( 70fa04...0142e8 )
by Nikita
02:52
created
app/code/community/Mygento/Geoip/Block/Version.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -12,8 +12,8 @@
 block discarded – undo
12 12
      */
13 13
     public function render(Varien_Data_Form_Element_Abstract $element)
14 14
     {
15
-        $info = '<fieldset class="config success-msg" style="padding-left:30px;"><a target="_blank" href="https://www.mygento.ru/"><img src="//www.mygento.ru/media/favicon/default/favicon.png" width="16" height="16" />' . $this->__('Magento Development') . '</a>';
16
-        $info.='<a style="float:right" target="_blank" href="https://github.com/mygento/geoip">' . $this->__('Module on Github') . '</a></fieldset>';
15
+        $info = '<fieldset class="config success-msg" style="padding-left:30px;"><a target="_blank" href="https://www.mygento.ru/"><img src="//www.mygento.ru/media/favicon/default/favicon.png" width="16" height="16" />'.$this->__('Magento Development').'</a>';
16
+        $info .= '<a style="float:right" target="_blank" href="https://github.com/mygento/geoip">'.$this->__('Module on Github').'</a></fieldset>';
17 17
         return $info;
18 18
     }
19 19
 }
Please login to merge, or discard this patch.