Browse Source

Fix BBCode table

eska 8 years ago
parent
commit
5dcd4a6d11
1 changed files with 1 additions and 1 deletions
  1. 1 1
      reference/bbcode_in_richtextlabel.rst

+ 1 - 1
reference/bbcode_in_richtextlabel.rst

@@ -40,7 +40,7 @@ Reference
 +-----------------+--------------------------------------------+--------------------------------------------------------------+
 | **fill**        | ``[fill]{text}[/fill]``                    | Makes {text} fill width.                                     |
 +-----------------+--------------------------------------------+--------------------------------------------------------------+
-| **indent**      | ``[indent]{text}[/indent]``                | Increase indent level of {text}.                              |
+| **indent**      | ``[indent]{text}[/indent]``                | Increase indent level of {text}.                             |
 +-----------------+--------------------------------------------+--------------------------------------------------------------+
 | **url**         | ``[url]{url}[/url]``                       | Show {url} as such.                                          |
 +-----------------+--------------------------------------------+--------------------------------------------------------------+