Skip to content

Commit

Permalink
Fixed syntax error in smarty template in menu_survey_accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave MacFarlane committed Nov 6, 2015
1 parent b504839 commit b1d763a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/survey_accounts/templates/menu_survey_accounts.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
{section name=piece loop=$items[item]}
<td nowrap="nowrap">
{if $items[item][piece].name == "URL"}
<a href="survey.php?key={$items[item][piece].value|escape:"url}">{$items[item][piece].value}</a>
<a href="survey.php?key={$items[item][piece].value|escape:"url"}">{$items[item][piece].value}</a>
{else}
{$items[item][piece].value}
{/if}
Expand Down

0 comments on commit b1d763a

Please # to comment.