]> git.tuebingen.mpg.de Git - osl.git/commitdiff
web: Remove SSI for last modification in footer.html.
authorAndre Noll <maan@tuebingen.mpg.de>
Thu, 22 Jan 2015 12:58:20 +0000 (13:58 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Tue, 13 Oct 2015 13:57:04 +0000 (15:57 +0200)
The footer.html file is is only used for the doxygen pages. It contains
a server side include directive although SSI is not activated on the
people.tuebingen.mpg.de web server and probably will never be.

This commit gets rid of the SSI and also removes the end tags </td>
and </table> from footer.html as these elements are not open at this
point of the document. This was found by the w3c validator.

Removes also the link to the W2C validator. Nobody wants to see this,
and doxygen does not even create valid html anyway..

web/footer.html

index d9c9f058addce684b27a95d5caae67fd12d174be..cceeff1a3097597c261254b020c1ffbe0dd3ef19 100644 (file)
@@ -1,14 +1,3 @@
 <hr>
-<!--
-       Last modified:
-       <!--#flastmod virtual="" -->
-       <p>
-       <a href="http://validator.w3.org/check?uri=referer"><img border="0"
-         src="http://www.w3.org/Icons/valid-html401"
-         alt="Valid HTML 4.01!" height="31" width="88"></a>
-       </p>
--->
-       </td>
-       </table>
 </body>
 </html>