aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorGravatar maTh <1645099+math-GH@users.noreply.github.com> 2024-07-23 23:09:31 +0200
committerGravatar GitHub <noreply@github.com> 2024-07-23 23:09:31 +0200
commitda482165fd14b0f43a64b8129ea307618c1862ee (patch)
treec11a347c988b41f4df402b4a7b19a12c3999e219 /app
parent2bd8349401f32c09553b72f42b5e1640306ced19 (diff)
Minor whitespace reading.phtml (#6657)
Diffstat (limited to 'app')
-rw-r--r--app/views/configure/reading.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/configure/reading.phtml b/app/views/configure/reading.phtml
index 8df461ef8..a71efddbd 100644
--- a/app/views/configure/reading.phtml
+++ b/app/views/configure/reading.phtml
@@ -140,7 +140,7 @@
<label class="group-name" for="show_article_icons"><?= _t('conf.reading.article.icons') ?></label>
<div class="group-controls">
<select name="show_article_icons" id="show_article_icons" data-leave-validation="<?= FreshRSS_Context::userConf()->show_article_icons ?>">
- <option value="t" <?= FreshRSS_Context::userConf()->show_article_icons === 't' ? ' selected="selected"' : '' ?> data-input-visible="true"><?= _t('conf.reading.article.icons.above_title') ?></option>
+ <option value="t" <?= FreshRSS_Context::userConf()->show_article_icons === 't' ? ' selected="selected"' : '' ?> data-input-visible="true"><?= _t('conf.reading.article.icons.above_title') ?></option>
<option value="a" <?= FreshRSS_Context::userConf()->show_article_icons === 'a' ? ' selected="selected"' : '' ?> data-input-visible="true"><?= _t('conf.reading.article.icons.with_authors') ?></option>
</select>
</div>