Skip to content

Commit a4f48dc

Browse files
committed
[#3730] Unrelated: fix a doc error on old Sphinx
1 parent 8e07835 commit a4f48dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/sphinx/arm/hooks-lease-cmds.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1162,15 +1162,15 @@ contents would look similar to the following:
11621162
When stored in database back ends, the user-context will not contain line breaks
11631163
as shown above and would appear as follows:
11641164

1165-
.. code-block::
1165+
.. code-block:: text
11661166
11671167
{ "ISC": { "binding-variables": { "domain-name": "example.org", "opt-222": "01:02:03:04" } } }
11681168
11691169
When using memfile lease storage, the ``user-context`` is output with commas replaced by
11701170
the escape sequence "&#x2c". This is necessary to prevent interference with the lease file
11711171
parsing. The example output above would appear as follows in a memfile lease file:
11721172

1173-
.. code-block::
1173+
.. code-block:: text
11741174
11751175
{ "ISC": { "binding-variables": { "domain-name": "example.org"&#x2c "opt-222": "01:02:03:04" } } }
11761176

0 commit comments

Comments
 (0)