Skip to content

Commit

Permalink
Improve markup
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Nov 12, 2012
1 parent c1be02d commit 46c295c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/config.rst
Expand Up @@ -1270,7 +1270,7 @@ Navigation panel setup
:default: ``'__'``

Defines a string to be used to nest table spaces. This means if you have
tables like 'first\_\_second\_\_third' this will be shown as a three-level
tables like ``first__second__third`` this will be shown as a three-level
hierarchy like: first > second > third. If set to false or empty, the
feature is disabled. NOTE: You should not use this separator at the
beginning or end of a table name or multiple times after another without
Expand Down Expand Up @@ -1691,10 +1691,10 @@ Tabs display settings
:type: string
:default: ``'both'``

If set to ``true``, will display icons instead of text for db and
table properties links (like 'Browse', 'Select', 'Insert', ...). Can
be set to ``'both'`` if you want icons AND text. When set to
``false``, will only show text.
If set to ``true``, will display icons instead of text for db and table
properties links (like :guilabel:`Browse`, :guilabel:`Select`,
:guilabel:`Insert`, ...). Can be set to ``'both'`` if you want icons AND
text. When set to ``false``, will only show text.

.. config:option:: $cfg['PropertiesNumColumns']
Expand Down

0 comments on commit 46c295c

Please sign in to comment.