diff options
Diffstat (limited to 'webapp.py')
-rw-r--r-- | webapp.py | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -136,14 +136,14 @@ footer { </table> </section> {%- endif -%} + <footer> + <h3>Details about this service</h3> + <ul> + <li>Maintainer: Helmut Grohne <helmut@subdivi.de></li> + <li>Source: git://git.subdivi.de/~helmut/crossqa.git</li> + </ul> + </footer> </body> - <footer> - <h3>Details about this service</h3> - <ul> - <li>Maintainer: Helmut Grohne <helmut@subdivi.de></li> - <li>Source: git://git.subdivi.de/~helmut/crossqa.git</li> - </ul> - </footer> </html> """ |