Skip to content

Commit

Permalink
Merge pull request #1384 from driusan/FixSurveySyntaxError
Browse files Browse the repository at this point in the history
Fixed syntax error in smarty template in menu_survey_accounts
  • Loading branch information
samirdas committed Nov 6, 2015
2 parents b504839 + b1d763a commit 3a90d24
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 3a90d24

Please # to comment.