From 1210f279965a4800cd71d6f1ad68206c59c9ccf3 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Wed, 23 Apr 2014 10:14:23 -0400 Subject: [PATCH] Fixed broken link in jquerymobile. --- themes/jquerymobile/templates/RecordTab/holdingsils.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/jquerymobile/templates/RecordTab/holdingsils.phtml b/themes/jquerymobile/templates/RecordTab/holdingsils.phtml index 84f30ea1a52..3e6a2da372b 100644 --- a/themes/jquerymobile/templates/RecordTab/holdingsils.phtml +++ b/themes/jquerymobile/templates/RecordTab/holdingsils.phtml @@ -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; ?> -- GitLab