shithub: opus

Download patch

ref: 3270d1e744f4e06c19582f22a2508286228f0fb6
parent: 96591ca05a34026ce804124ef92473a3361eb34c
author: Ralph Giles <[email protected]>
date: Wed Feb 3 07:28:22 EST 2016

Clean up footer.html.

Use https urls.
Indent nesting levels and add missing </td>.

--- a/doc/footer.html
+++ b/doc/footer.html
@@ -1,6 +1,6 @@
 <!--BEGIN GENERATE_TREEVIEW-->
     <li class="footer">$generatedby
-    <a href="http://www.doxygen.org/index.html">
+    <a href="https://www.stack.nl/~dimitri/doxygen/">
     <img class="footer" src="doxygen.png" alt="doxygen"/></a> $doxygenversion </li>
    </ul>
  </div>
@@ -7,14 +7,22 @@
 <!--END GENERATE_TREEVIEW-->
 <!--BEGIN !GENERATE_TREEVIEW-->
 <hr class="footer"/>
-<table width="100%"><tbody><tr><td>
-For more information visit the <a href="http://opus-codec.org">Opus Website</a>.
-</td><td><address class="footer"><small>
-&copy;$year<br/>
-$generatedby <a href="http://www.doxygen.org/index.html">
-<!--<img class="footer" src="$relpath$doxygen.png" alt="doxygen"/>-->doxygen
-</a> $doxygenversion
-</small></address></tr></tbody></table>
+<table width="100%">
+  <tbody>
+    <tr>
+      <td>
+For more information visit the <a href="https://opus-codec.org">Opus Website</a>.
+      </td>
+      <td>
+        <address class="footer"><small>&copy;$year<br/>
+          Generated by
+          <a href="https://www.stack.nl/~dimitri/doxygen/">doxygen</a>
+          $doxygenversion
+        </small></address>
+      </td>
+    </tr>
+  </tbody>
+</table>
 <!--END !GENERATE_TREEVIEW-->
 </body>
 </html>