summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2019-05-30 12:26:24 +0200
committerGravatar GitHub <noreply@github.com> 2019-05-30 12:26:24 +0200
commit06a48d84b6a181a8336741c4786031cb8a491d42 (patch)
tree725425fd360d05c6655be4d79affd8cda96e980d /app
parent987d71fe9b0824f5f7ae50c23d210b557bae843b (diff)
parente20161089e2baa8cbd7c6f3d6b30fe6e83fad528 (diff)
Merge pull request #2399 from aledeg/fix/filter-action
Fix filter action display
Diffstat (limited to 'app')
-rw-r--r--app/views/helpers/feed/update.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/helpers/feed/update.phtml b/app/views/helpers/feed/update.phtml
index be8034c0d..d6b9885f5 100644
--- a/app/views/helpers/feed/update.phtml
+++ b/app/views/helpers/feed/update.phtml
@@ -240,7 +240,7 @@
<div class="group-controls">
<textarea name="filteractions_read" id="filteractions_read"><?php
foreach ($this->feed->filtersAction('read') as $filterRead) {
- echo htmlspecialchars($filterRead->getRawInput(), ENT_NOQUOTES, 'UTF-8'), "\n\n";
+ echo htmlspecialchars($filterRead->getRawInput(), ENT_NOQUOTES, 'UTF-8'), PHP_EOL;
}
?></textarea>
<?php echo _i('help'); ?> <?php echo _t('sub.feed.filteractions.help'); ?>