Minor formatting fix in docs.
authorMichael Elsdoerfer <michael@elsdoerfer.com>
Tue, 1 Jun 2010 16:12:38 +0000 (18:12 +0200)
committerMichael Elsdoerfer <michael@elsdoerfer.com>
Tue, 1 Jun 2010 16:18:23 +0000 (18:18 +0200)
docs/index.rst

index 95ae89ba5cc35828391edaa8cfebe5f784e05934..a79fb6e8e60982d37ade9589306adbc5643538e5 100644 (file)
@@ -111,7 +111,7 @@ Then, in the ``list.html`` template, write:
 This will output the data as an HTML table. Note how the table is now fully
 sortable, since our link passes along the column name via the querystring,
 which in turn will be used by the server for ordering. ``order_by`` accepts
-comma-separated strings as input, and "{{ column.name_toggled }}" will be
+comma-separated strings as input, and ``{{ column.name_toggled }}`` will be
 rendered as a such a string.
 
 Instead of the iterator, you can alos use your knowledge of the table