]> sourceware.org Git - dwz-htdocs.git/commitdiff
- Remove superfluous whitespace inside <pre></pre> tag
authorTom de Vries <tdevries@suse.de>
Fri, 5 Jul 2019 09:03:15 +0000 (09:03 +0000)
committerTom de Vries <tdevries@suse.de>
Fri, 5 Jul 2019 09:03:15 +0000 (09:03 +0000)
- Add missing </p> tags
- Reindent html code

index.html

index 83788cff58e20110717a43e4cf3b5788167af1e4..9b7abdff18ef1bf8e679cde825ce70d0f1672ea8 100644 (file)
     <h2>Availability</h2>
 
     <p>You can access the development source tree a couple of different ways.
-      <dl>
-       <dt><b>Read-only git</b></dt>
-       <dd>
-         You can check out a copy of the git repository directly using the command:
-         <pre>
-           git clone git://sourceware.org/git/dwz.git
-         </pre>
-       </dd>
+    </p>
+    <dl>
+      <dt><b>Read-only git</b></dt>
+      <dd>
+       You can check out a copy of the git repository directly using the command:
+       <pre>git clone git://sourceware.org/git/dwz.git</pre>
+      </dd>
 
-       <dt><b>WWW</b></dt>
-       <dd>
-         Browse the git repository via the web using the
-         <a href="/git/?p=dwz.git;a=summary">gitweb interface</a>.
-       </dd>
+      <dt><b>WWW</b></dt>
+      <dd>
+       Browse the git repository via the web using the
+       <a href="/git/?p=dwz.git;a=summary">gitweb interface</a>.
+      </dd>
 
-      </dl>
+    </dl>
 
-      <h2>Mailing list</h2>
+    <h2>Mailing list</h2>
 
-    <p>There is a mailing list.
+    <p>There is a mailing list.</p>
 
-      <ul>
-       <li><a href="/ml/dwz/">dwz</a> A dwz discussion list.
-      </ul>
+    <ul>
+      <li><a href="/ml/dwz/">dwz</a> A dwz discussion list.
+    </ul>
 
-
-      <h2>Bug database</h2>
+    <h2>Bug database</h2>
 
     <p>DWZ has a
       <a href="/bugzilla/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=SUSPENDED&bug_status=WAITING&bug_status=REOPENED&product=dwz">
        bug database</a>.  Please <a href="/bugzilla/enter_bug.cgi?product=dwz">
        submit a bug report</a> if you've found a bug in DWZ.
-
+    </p>
   </body>
 </html>
This page took 0.07718 seconds and 5 git commands to generate.