File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Block/Adminhtml/System/Config/Form Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -53,9 +53,9 @@ public function render(\Magento\Framework\Data\Form\Element\AbstractElement $ele
53
53
$ useUrl = \Magefan \Community \Model \UrlChecker::showUrl ($ this ->getUrl ());
54
54
$ version = $ this ->getModuleVersion ->execute ($ this ->getModuleName ());
55
55
$ html = '<div style="padding:10px;background-color:#f8f8f8;border:1px solid #ddd;margin-bottom:7px;">
56
- <a href=" ' . $ this ->escapeHtml ($ this ->getModuleUrl ()) . ' " target="_blank"><strong> ' . $ this -> escapeHtml ( $ this -> getModuleTitle ()) . '</strong></a> v ' . $ this ->escapeHtml ($ version ) . ' was developed by ' ;
56
+ ' . $ this ->escapeHtml ($ this ->getModuleTitle ()) . ' v ' . $ this ->escapeHtml ($ version ) . ' was developed by ' ;
57
57
if ($ useUrl ) {
58
- $ html .= '<a href="https://magefan.com/ " target="_blank">Magefan</a> ' ;
58
+ $ html .= '<a href=" ' . $ this -> escapeHtml ( $ this -> getModuleUrl ()) . ' " target="_blank">Magefan</a> ' ;
59
59
} else {
60
60
$ html .= '<strong>Magefan</strong> ' ;
61
61
}
@@ -81,4 +81,4 @@ protected function getModuleTitle()
81
81
{
82
82
return ucwords (str_replace ('_ ' , ' ' , $ this ->getModuleName ())) . ' Extension ' ;
83
83
}
84
- }
84
+ }
You can’t perform that action at this time.
0 commit comments