diff options
Diffstat (limited to 'app')
| -rw-r--r-- | app/views/configure/feed.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/configure/feed.phtml b/app/views/configure/feed.phtml index 191e44b9b..4504b8d76 100644 --- a/app/views/configure/feed.phtml +++ b/app/views/configure/feed.phtml @@ -22,7 +22,7 @@ <div class="form-group"> <label class="group-name"><?php echo Minz_Translate::t ('feed_description'); ?></label> <div class="group-controls"> - <textarea name="description" id="description"><?php echo $this->flux->description (); ?></textarea> + <textarea name="description" id="description"><?php echo htmlspecialchars($this->flux->description(), ENT_NOQUOTES, 'UTF-8'); ?></textarea> </div> </div> <div class="form-group"> |
