blob: e794aa21fa44c7505d13f2715677732af5db288b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- htmllint.cgi.orig Wed Aug 23 19:19:28 2000
+++ htmllint.cgi Fri Sep 29 14:41:55 2000
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
# CGI script for Another HTML-lint gateway ###################
@@ -26,6 +26,8 @@
#$OS2 = UNSUPPORTED;
$UNIX = !($WIN || $MAC || $OS2);
+use lib '%PREFIX%/share/htmllint';
+use lib '%PREFIX%/share/htmllint/rule';
require 'htmllint.env';
require $LINT_NAME;
|