diff options
author | Ralph Giles <giles@mozilla.com> | 2016-02-03 12:28:22 -0800 |
---|---|---|
committer | Ralph Giles <giles@mozilla.com> | 2016-02-03 12:28:22 -0800 |
commit | 3270d1e744f4e06c19582f22a2508286228f0fb6 (patch) | |
tree | dfb3e958dc3aa8f9ae8806cca0eb0ed9e665c63f /doc/footer.html | |
parent | 96591ca05a34026ce804124ef92473a3361eb34c (diff) | |
download | opus-3270d1e744f4e06c19582f22a2508286228f0fb6.tar.gz |
Clean up footer.html.
Use https urls.
Indent nesting levels and add missing </td>.
Diffstat (limited to 'doc/footer.html')
-rw-r--r-- | doc/footer.html | 26 |
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> -©$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>©$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> |