]> git.mxchange.org Git - friendica.git/commitdiff
Fix custom CSS examples in BBCode doc
authorHypolite Petovan <hypolite@mrpetovan.com>
Fri, 17 Mar 2023 01:17:42 +0000 (21:17 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Fri, 17 Mar 2023 01:17:42 +0000 (21:17 -0400)
doc/BBCode.md
doc/de/BBCode.md

index 43b777727b89c95e13aaac507e68175911518fb4..ea6fa8e2b72356795469174b42b6cbe7d79b4689 100644 (file)
@@ -653,7 +653,7 @@ On Mastodon this field is used for the content warning.
 <tr>
   <td>Custom inline styles<br>
 <br>
-[style=text-shadow: 0 0 4px #CC0000;]You can change all the CSS properties of this block.[/style]</td>
-  <td>You can change all <span style="text-shadow: 0 0 4px #cc0000;;">the CSS properties of this inline text.</span></td>
+You can change all the [style=text-shadow: 0 0 4px #CC0000;]CSS properties[/style] of this inline text.</td>
+  <td>You can change all the <span style="text-shadow: 0 0 4px #cc0000;;">CSS properties</span> of this inline text.</td>
 </tr>
 </table>
index 7caef5d0aea089a5a1083777355a9332ce55d0af..a6df8b67b9552d9fb2824c34c222e168210e18be 100644 (file)
@@ -612,8 +612,8 @@ Dieses Feld wird von Mastodon f&uuml;r die Inhaltswarnung (content warning) verw
 <tr>
   <td>Benutzerdefinierte Inline-Styles<br>
 <br>
-[style=text-shadow: 0 0 4px #CC0000;]Du kannst alle CSS-Eigenschaften eines Blocks &auml;ndern-[/style]</td>
-  <td>Du kannst alle <span style="text-shadow: 0 0 4px #cc0000;;">CSS-Eigenschaften dieses Inline-Textes &auml;ndern-</span></td>
+Du kannst alle [style=text-shadow: 0 0 4px #CC0000;]CSS-Eigenschaften[/style] dieses Inline-Textes &auml;ndern-</td>
+  <td>Du kannst alle <span style="text-shadow: 0 0 4px #cc0000;;">CSS-Eigenschaften</span> dieses Inline-Textes &auml;ndern-</td>
 </tr>
 </table>