Skip to content

Commit

Permalink
Issue #6 chore: T&C - User should not redirect back to T&C page after…
Browse files Browse the repository at this point in the history
… accepting T&C.
  • Loading branch information
samadhansalunkhe committed Nov 10, 2017
1 parent 9afb959 commit 8f5f1fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion com_tc/site/views/content/tmpl/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function validateform(form)
<br>
<div class="">
<?php
echo nl2br(htmlspecialchars($this->termsandconditions->content, ENT_COMPAT, 'UTF-8'));
echo nl2br($this->termsandconditions->content);
} ?>
</div>
<?php
Expand Down

0 comments on commit 8f5f1fa

Please sign in to comment.