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

index 3c8a789a9b92ddc964a36dd63d435429e3ba6d4b..a978c4f45ddc0e2a765d94352e769847829b3013 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]Das Friendica Logo[/img]</td>