Skip to content

Commit 88508ca

Browse files
committed
docs: escape + in table, prevent it from starting an unordered list
The markup was being interpreted badly.
1 parent 7933796 commit 88508ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/admin_guide.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1095,9 +1095,9 @@ different session database backends:
10951095
+---------------+--------+--------+-------+-------+------------+
10961096
|primary db | anydbm | sqlite | redis | mysql | postgresql |
10971097
+===============+========+========+=======+=======+============+
1098-
|anydbm | D | | + | | |
1098+
|anydbm | D | | \+ | | |
10991099
+---------------+--------+--------+-------+-------+------------+
1100-
|sqlite | + | D | + | | |
1100+
|sqlite | \+ | D | \+ | | |
11011101
+---------------+--------+--------+-------+-------+------------+
11021102
|mysql | | | | D | |
11031103
+---------------+--------+--------+-------+-------+------------+

0 commit comments

Comments
 (0)