Skip to content
Snippets Groups Projects
Commit 1ce1272b authored by Ere Maijala's avatar Ere Maijala Committed by Demian Katz
Browse files

Don't escape hold_profile_html translation since it's html.

parent 94f3357b
No related merge requests found
......@@ -28,7 +28,7 @@
</div>
<? elseif (!$user->cat_username): ?>
<div class="info">
<?=$this->transEsc("hold_profile_html", array('%%url%%' => $this->currentPath() . '?catalogLogin=true'))?>
<?=$this->translate("hold_profile_html", array('%%url%%' => $this->currentPath() . '?catalogLogin=true'))?>
</div>
<? endif; ?>
<? endif; ?>
......
......@@ -28,7 +28,7 @@
</div>
<? elseif (!$user->cat_username): ?>
<div class="alert alert-info">
<?=$this->transEsc("hold_profile_html", array('%%url%%' => $this->currentPath() . '?catalogLogin=true'))?>
<?=$this->translate("hold_profile_html", array('%%url%%' => $this->currentPath() . '?catalogLogin=true'))?>
</div>
<? endif; ?>
<? endif; ?>
......
......@@ -25,7 +25,7 @@
</div>
<? elseif (!$user->cat_username): ?>
<div class="info">
<?=$this->transEsc("hold_profile_html", array('%%url%%' => $this->currentPath() . '?catalogLogin=true'))?>
<?=$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