aboutsummaryrefslogtreecommitdiff
path: root/app/views/configure
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2021-07-11 14:58:41 +0200
committerGravatar GitHub <noreply@github.com> 2021-07-11 14:58:41 +0200
commit3ed9d00f0a782a948234e33a6f2060acf9362c14 (patch)
tree02f444e23b0211e4ae179fd4b42c3875755941c4 /app/views/configure
parentdff31cf55712758dd49ba333399dbc3478321f73 (diff)
changed <h2> to <legend> (#3676)
* changed <h2> to <legend> * white spaces replaced to tabs Thanks for the review * fixed shortcut.phtml headline legend -> h2 * fixed bookmarklet.phtml headline legend -> h2
Diffstat (limited to 'app/views/configure')
-rw-r--r--app/views/configure/shortcut.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/configure/shortcut.phtml b/app/views/configure/shortcut.phtml
index 719fb4713..1bc3f775b 100644
--- a/app/views/configure/shortcut.phtml
+++ b/app/views/configure/shortcut.phtml
@@ -11,7 +11,7 @@
<?php $s = FreshRSS_Context::$user_conf->shortcuts; ?>
- <legend><?= _t('conf.shortcut') ?></legend>
+ <h2><?= _t('conf.shortcut') ?></h2>
<?php if ([] !== $nonStandard = getNonStandardShortcuts($s)): ?>
<p class="alert alert-error">
<?= _t('conf.shortcut.non_standard', implode('</kbd>, <kbd>', $nonStandard)) ?>