The <pre/> section is rendered as-is on the page. That is, if all
the lines are prefixed with 4 spaces the rendered page will also
have them. Problem is if we put a box around such <pre/> because
the content might not fix into it.
Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com>
---
docs/devguide.html.in | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/docs/devguide.html.in b/docs/devguide.html.in
index 639e495..6b6cae2 100644
--- a/docs/devguide.html.in
+++ b/docs/devguide.html.in
@@ -28,14 +28,14 @@
</p>
<pre>
- # C language
- $ git clone <a
href="http://libvirt.org/git/?p=libvirt-appdev-guide.git">gi...
+# C language
+$ git clone <a
href="http://libvirt.org/git/?p=libvirt-appdev-guide.git">gi...
- # Python language
- $ git clone <a
href="http://libvirt.org/git/?p=libvirt-appdev-guide-python.git"...
+# Python language
+$ git clone <a
href="http://libvirt.org/git/?p=libvirt-appdev-guide-python.git"...
- # Publican Style/Theme
- $ git clone <a
href="http://libvirt.org/git/?p=libvirt-publican.git">git://...
+# Publican Style/Theme
+$ git clone <a
href="http://libvirt.org/git/?p=libvirt-publican.git">git://...
</pre>
</body>
--
2.8.4