diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-10-15 19:48:03 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-10-15 19:48:03 +0000 |
commit | 60575e0bb90f66f96677b4e71677e60470f5cf4b (patch) | |
tree | b396fa10ce07fc544d87f5846066804d673a5939 /www/Makefile | |
parent | 83037c0e8c0e7d076131e0e34d6cd460bcec33a7 (diff) |
Import mod_tidy 0.3.
mod_tidy validates the HTML output of your apache2 webserver.
PR: 57662
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
Notes
Notes:
svn path=/head/; revision=91351
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 88dac45afc01..3d770bde00d8 100644 --- a/www/Makefile +++ b/www/Makefile @@ -250,6 +250,7 @@ SUBDIR += mod_sqlinclude SUBDIR += mod_throttle SUBDIR += mod_ticket + SUBDIR += mod_tidy SUBDIR += mod_trigger SUBDIR += mod_tsunami SUBDIR += mod_v2h |