diff options
author | Erik Faye-Lund <[email protected]> | 2019-04-18 13:44:10 +0200 |
---|---|---|
committer | Erik Faye-Lund <[email protected]> | 2019-05-02 11:09:16 +0000 |
commit | da4994f25201ff0e8b0290ec520549ef848fda9f (patch) | |
tree | e1ec443e96e1052aa8b31ca11a0b13f6e47a27a4 /docs/faq.html | |
parent | afda72dc102cb12dcfbccc2950c653126b27f482 (diff) |
docs: turn faq-index into an ordered list
HTML already have a way of doing automatically ordered lists, so let's
use that instead of open-coding one.
Signed-off-by: Erik Faye-Lund <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'docs/faq.html')
-rw-r--r-- | docs/faq.html | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/docs/faq.html b/docs/faq.html index 3d73706a198..9261259c0c2 100644 --- a/docs/faq.html +++ b/docs/faq.html @@ -22,14 +22,12 @@ Last updated: 19 September 2018 <br> <br> <h2>Index</h2> -<a href="#part1">1. High-level Questions and Answers</a> -<br> -<a href="#part2">2. Compilation and Installation Problems</a> -<br> -<a href="#part3">3. Runtime / Rendering Problems</a> -<br> -<a href="#part4">4. Developer Questions</a> -<br> +<ol> + <li><a href="#part1">High-level Questions and Answers</a></li> + <li><a href="#part2">Compilation and Installation Problems</a></li> + <li><a href="#part3">Runtime / Rendering Problems</a></li> + <li><a href="#part4">Developer Questions</a></li> +</ol> <br> <br> |