Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinzenz <vinzenz.rosenkranz@gmail.com>2017-11-04 19:50:31 +0300
committerVinzenz <vinzenz.rosenkranz@gmail.com>2017-11-04 19:50:31 +0300
commit16b39a63e1485f2677da3e4b5fc39004817603d9 (patch)
treecd1b43bbf765284ea7d939dc4cbb4160046077eb /templates
parent12ad3298373604354dd70a558caaa0b06d0d1d93 (diff)
print desc unescaped, contains html
Diffstat (limited to 'templates')
-rw-r--r--templates/goto.tmpl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/goto.tmpl.php b/templates/goto.tmpl.php
index 12a74ffb..cda383b3 100644
--- a/templates/goto.tmpl.php
+++ b/templates/goto.tmpl.php
@@ -101,7 +101,7 @@ $pollUrl = $urlGenerator->linkToRouteAbsolute('polls.page.goto_poll', ['hash' =>
</header>
<div class="row">
<div class="col-70">
- <div class="wordwrap desc"><?php p($description); ?></div>
+ <div class="wordwrap desc"><?php print_unescaped($description); ?></div>
<div class="scroll_div">
<table class="vote_table">
<thead>