Fix typo in ini block section

Without the block directive, the generated HTML
has both the ini css class as well as the python css class.

<div class="code ini highlight-python">

instead of

<div class="highlight-ini">

Related-Bug: #1439920

Change-Id: I981eef92cdfbc6f125731096b939cefc8ad2d15e
This commit is contained in:
Sean M. Collins 2015-04-03 10:10:41 +08:00
parent 40c2c4fdb9
commit 7e83a6c4df

View File

@ -47,9 +47,9 @@ Here's another example that's python code:
if hasattr(app.builder, 'init_templates'): if hasattr(app.builder, 'init_templates'):
app.builder.init_templates() app.builder.init_templates()
Here's the same example but with ..code: ini to test the pygments lexer: Here's the same example but with ..code-block: ini to test the pygments lexer:
.. code:: ini .. code-block:: ini
[DEFAULT] [DEFAULT]
... ...