Browse Source

Merge pull request #288 from eska014/fix-bbcode-table

Fix BBCode table
Rémi Verschelde 8 years ago
parent
commit
5dd814ce0f
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.                                     |
 | **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.                                          |
 | **url**         | ``[url]{url}[/url]``                       | Show {url} as such.                                          |
 +-----------------+--------------------------------------------+--------------------------------------------------------------+
 +-----------------+--------------------------------------------+--------------------------------------------------------------+