diff options
| author | 2021-09-02 09:11:39 +0200 | |
|---|---|---|
| committer | 2021-09-02 09:11:39 +0200 | |
| commit | f1a4cfa482819a9ad941015697ae969f5bdad133 (patch) | |
| tree | 4ba564a4a9da9930e8ab7ca4345587b9fe6c962a | |
| parent | 0a7be425f3e2e9667e98f5285fd41b1d720a0eb1 (diff) | |
<pre> -> <kbd> (#3821)
| -rw-r--r-- | app/views/subscription/bookmarklet.phtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/subscription/bookmarklet.phtml b/app/views/subscription/bookmarklet.phtml index 48ff44135..afdaa34f5 100644 --- a/app/views/subscription/bookmarklet.phtml +++ b/app/views/subscription/bookmarklet.phtml @@ -16,9 +16,9 @@ <?= _t('sub.firefox.obsolete_63', $this->default_category->name()) ?> </p> <p><?= _t('sub.firefox.documentation') ?></p> - <pre>browser.contentHandlers.types.number.uri → <?= Minz_Url::display(array('c' => 'feed', 'a' => 'add'), 'html', true) ?>&url_rss=%s</pre> + <kbd>browser.contentHandlers.types.number.uri → <?= Minz_Url::display(array('c' => 'feed', 'a' => 'add'), 'html', true) ?>&url_rss=%s</kbd> <h2><?= _t('sub.api.title') ?></h2> <p><?= _t('sub.api.documentation') ?></p> - <pre><?= Minz_Url::display(array('c' => 'feed', 'a' => 'add'), 'html', true) ?>&url_rss=%s</pre> + <kbd><?= Minz_Url::display(array('c' => 'feed', 'a' => 'add'), 'html', true) ?>&url_rss=%s</kbd> </div>
\ No newline at end of file |
