Skip to content
Snippets Groups Projects
Commit 1210f279 authored by Demian Katz's avatar Demian Katz
Browse files

Fixed broken link in jquerymobile.

parent 1ce1272b
No related merge requests found
......@@ -25,7 +25,7 @@
</div>
<? elseif (!$user->cat_username): ?>
<div class="info">
<?=$this->translate("hold_profile_html", array('%%url%%' => $this->currentPath() . '?catalogLogin=true'))?>
<?=str_replace('href="', 'rel="external" href="', $this->translate("hold_profile_html", array('%%url%%' => $this->currentPath() . '?catalogLogin=true')))?>
</div>
<? endif; ?>
<? endif; ?>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment