]> git.mxchange.org Git - friendica.git/commitdiff
Fix img example
authorAnton <dev@atjn.dk>
Thu, 28 Apr 2022 16:13:16 +0000 (18:13 +0200)
committerGitHub <noreply@github.com>
Thu, 28 Apr 2022 16:13:16 +0000 (18:13 +0200)
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
doc/BBCode.md

index 07b10683143802a6fa978b4416cef3112a9dff06..3fe5991308963a8003daa2e05a2ad9dda61c4ccc 100644 (file)
@@ -65,8 +65,8 @@ table.bbcodes > * > tr > th {
   <td><a href="http://friendi.ca" target="external-link">Friendica</a></td>
 </tr>
 <tr>
-  <td>[img=32x32]https://raw.githubusercontent.com/friendica/friendica/stable/images/friendica.svg[/img]</td>
-  <td><img src="https://raw.githubusercontent.com/friendica/friendica/stable/images/friendica.svg" style="width: 32px;" alt="Immagine/foto"></td>
+  <td>[img]https://raw.githubusercontent.com/friendica/friendica/stable/images/friendica-32.png[/img]</td>
+  <td><img src="https://raw.githubusercontent.com/friendica/friendica/stable/images/friendica-32.png"></td>
 </tr>
 <tr>
   <td>[img=https://raw.githubusercontent.com/friendica/friendica/stable/images/friendica-32.png]The Friendica Logo[/img]</td>