aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Łyszczek <michal.lyszczek@bofc.pl>2018-01-17 20:07:27 +0100
committerMichał Łyszczek <michal.lyszczek@bofc.pl>2018-01-17 20:07:27 +0100
commite660a3d41f8cbabbebaaa559f206eb22e7ad9669 (patch)
treea74fc008aa5262c06408c4fe129fafe9bef03216
parent16d625677be1c62821ea70cd76ea04b4630f72f4 (diff)
downloadmtest-e660a3d41f8cbabbebaaa559f206eb22e7ad9669.tar.gz
mtest-e660a3d41f8cbabbebaaa559f206eb22e7ad9669.tar.bz2
mtest-e660a3d41f8cbabbebaaa559f206eb22e7ad9669.zip
fix: html validator errors
-rw-r--r--www/header.in4
-rw-r--r--www/index.in5
2 files changed, 5 insertions, 4 deletions
diff --git a/www/header.in b/www/header.in
index 1382b4f..0a911f4 100644
--- a/www/header.in
+++ b/www/header.in
@@ -1,4 +1,4 @@
-<pre id="logo"><a href="/">
+<a href="/"><pre id="logo">
8888 8888
888:::8 888:::8
8:::::8 8:::::8
@@ -15,4 +15,4 @@
8::::8 8::::8 8::::8 88::::::::::::::8 8::::::::88888888 8::::::::::::::8 88::::::::::::::8
8::::8 8::::8 8::::8 88:::::::::::88 88:::::::::::::8 8:::::::::::88 88:::::::::::88
888888 888888 888888 88888888888 88888888888888 88888888888 88888888888
-<a></pre>
+</pre></a>
diff --git a/www/index.in b/www/index.in
index 03bdfff..1d01241 100644
--- a/www/index.in
+++ b/www/index.in
@@ -2,5 +2,6 @@ in_title="mtest.kurwinet.pl - mtest (macro test) for simple C unit testing"
in_description="mtest - macro test, is a very small unit test framework. Really small, it contains only single header file with macros only. mtest outputs test results in TAP format, so it can be piped to anything (like automake or jenkins) for even nicer output."
in_keywords="c, unit, test, framework"
in_author="Michał Łyszczek"
-pygment=vim
-style=man
+in_lang="en"
+in_pygment=vim
+in_style=man