Commit id '42ff399a' broke syntax-check by not encasing <dt> elements
in <code>xxx</code>
Signed-off-by: John Ferlan <jferlan(a)redhat.com>
---
Pushed under build breaker rule.
docs/downloads.html.in | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/downloads.html.in b/docs/downloads.html.in
index 899671a..f213b29 100644
--- a/docs/downloads.html.in
+++ b/docs/downloads.html.in
@@ -55,12 +55,12 @@
</p>
<dl>
- <dt>major</dt>
+ <dt><code>major</code></dt>
<dd>incremented by 1 for the first release of the year (the
Jan 15th release)</dd>
- <dt>minor</dt>
+ <dt><code>minor</code></dt>
<dd>incremented by 1 for each monthly release from git master</dd>
- <dt>micro</dt>
+ <dt><code>micro</code></dt>
<dd>always 0 for releases from git master, incremented by 1
for each stable maintenance release</dd>
</dl>
--
2.5.5
Show replies by date