提交 40627005 编写于 作者: M Michal Privoznik

downloads.html.in: Kill useless spaces in <pre/>

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: NMichal Privoznik <mprivozn@redhat.com>
上级 ca515fc8
...@@ -437,7 +437,7 @@ ...@@ -437,7 +437,7 @@
</p> </p>
<pre> <pre>
git clone git://libvirt.org/[module name].git</pre> git clone git://libvirt.org/[module name].git</pre>
<p> <p>
In addition to this primary repository, there are the following read-only git In addition to this primary repository, there are the following read-only git
...@@ -449,8 +449,8 @@ ...@@ -449,8 +449,8 @@
</p> </p>
<pre> <pre>
<a href="https://github.com/libvirt/">https://github.com/libvirt/</a> <a href="https://github.com/libvirt/">https://github.com/libvirt/</a>
<a href="https://gitlab.com/libvirt/libvirt">https://gitlab.com/libvirt/</a></pre> <a href="https://gitlab.com/libvirt/libvirt">https://gitlab.com/libvirt/</a></pre>
</body> </body>
</html> </html>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册