From 8b5f4b055f1afa11aac2c7a3def54d7d4ab6b2d4 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Thu, 25 Sep 2025 21:08:28 +0200 Subject: [PATCH] Fix RST syntax error (#10861) Fix RST syntax error. --- docs/docsite/rst/guide_iocage_inventory_tags.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/guide_iocage_inventory_tags.rst b/docs/docsite/rst/guide_iocage_inventory_tags.rst index afb645198c..8adf641073 100644 --- a/docs/docsite/rst/guide_iocage_inventory_tags.rst +++ b/docs/docsite/rst/guide_iocage_inventory_tags.rst @@ -19,7 +19,7 @@ Quoting `man iocage `_ Default: none Source: local -We will use the format `notes="tag1=value1 tag2=value2 ..."`. +We will use the format ``notes="tag1=value1 tag2=value2 ..."``. .. note::