Skip to content

Commit

Permalink
Merge pull request #22 from seansan/patch-1
Browse files Browse the repository at this point in the history
Also open preview in new window
  • Loading branch information
Marvin-Magmodules authored Jun 25, 2019
2 parents 746a42a + d7d9546 commit 5a2c959
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public function render(Varien_Data_Form_Element_Abstract $element)
);

$sHtml .= sprintf(
'<tr><td>%s</td><td>%s</td><td><a href="%s">%s</a></td><td><a href="%s" target="_blank">%s</a></td></tr>',
'<tr><td>%s</td><td>%s</td><td><a href="%s" target="_blank">%s</a></td><td><a href="%s" target="_blank">%s</a></td></tr>',
$store->getWebsite()->getName(),
$store->getName(),
$baseUrl . 'channable/feed/get/code/' . $token . '/store/' . $storeId . '/array/1',
Expand Down Expand Up @@ -85,4 +85,4 @@ public function render(Varien_Data_Form_Element_Abstract $element)
);
}

}
}

0 comments on commit 5a2c959

Please sign in to comment.