Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRalph Giles <giles@mozilla.com>2016-02-03 23:28:22 +0300
committerRalph Giles <giles@mozilla.com>2016-02-03 23:28:22 +0300
commit3270d1e744f4e06c19582f22a2508286228f0fb6 (patch)
treedfb3e958dc3aa8f9ae8806cca0eb0ed9e665c63f /doc
parent96591ca05a34026ce804124ef92473a3361eb34c (diff)
Clean up footer.html.
Use https urls. Indent nesting levels and add missing </td>.
Diffstat (limited to 'doc')
-rw-r--r--doc/footer.html26
1 files changed, 17 insertions, 9 deletions
diff --git a/doc/footer.html b/doc/footer.html
index 8d917c5b..a3eda0ed 100644
--- a/doc/footer.html
+++ b/doc/footer.html
@@ -1,20 +1,28 @@
<!--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>
<!--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>