diff options
| author | 2022-11-07 21:39:35 +0100 | |
|---|---|---|
| committer | 2022-11-07 21:39:35 +0100 | |
| commit | 5daacd483b3338eb6adba3b8278efc2c76997aab (patch) | |
| tree | 5e28804e5bfc9dce5701dcb571f3915e8ad50a2c | |
| parent | dfaf94eb0a37d569defa2e9d6634722c32ca64fd (diff) | |
Update update.phtml (#4830)
| -rw-r--r-- | app/views/helpers/feed/update.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/helpers/feed/update.phtml b/app/views/helpers/feed/update.phtml index 12437d8f0..8dbba0ab0 100644 --- a/app/views/helpers/feed/update.phtml +++ b/app/views/helpers/feed/update.phtml @@ -466,7 +466,7 @@ </div> </div> <div class="form-group"> - <label class="group-name" for="xPathItemTimeFormat"><small> + <label class="group-name" for="xPathItemTimeFormat"> <?= _t('sub.feed.kind.html_xpath.item_timeFormat') ?></label> <div class="group-controls"> <textarea class="w100" name="xPathItemTimeFormat" id="xPathItemTimeFormat" rows="2" cols="64" spellcheck="false" |
