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 <erik.faye-lund@collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
This commit is contained in:
Erik Faye-Lund
2019-04-18 13:44:10 +02:00
parent afda72dc10
commit da4994f252

View File

@@ -22,14 +22,12 @@ Last updated: 19 September 2018
<br> <br>
<br> <br>
<h2>Index</h2> <h2>Index</h2>
<a href="#part1">1. High-level Questions and Answers</a> <ol>
<br> <li><a href="#part1">High-level Questions and Answers</a></li>
<a href="#part2">2. Compilation and Installation Problems</a> <li><a href="#part2">Compilation and Installation Problems</a></li>
<br> <li><a href="#part3">Runtime / Rendering Problems</a></li>
<a href="#part3">3. Runtime / Rendering Problems</a> <li><a href="#part4">Developer Questions</a></li>
<br> </ol>
<a href="#part4">4. Developer Questions</a>
<br>
<br> <br>
<br> <br>