mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-06-16 05:13:54 -07:00
fix: correct typo in inline-css (#647)
Fixes #646 Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/647 Reviewed-by: Robert Wolff <mahlzahn@posteo.de> Co-authored-by: Jan Koll <jan.niklas.koll@gmail.com> Co-committed-by: Jan Koll <jan.niklas.koll@gmail.com>
This commit is contained in:
parent
aaede8c9bb
commit
b97624349b
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ Some examples are `:codeberg:` which is rendered as
|
|||
and `:forgejo:` which is rendered as
|
||||
<img
|
||||
src="https://codeberg.org/assets/img/emoji/forgejo.png"
|
||||
class="codeberg-design" style="border-style:none;height:1em;width=1em"
|
||||
class="codeberg-design" style="border-style:none;height:1em;width:1em"
|
||||
alt="The forgejo f letter" />.
|
||||
|
||||
### Referencing issues and pull requests
|
||||
|
|
|
|||
Loading…
Reference in a new issue