16 lines
513 B
Text
16 lines
513 B
Text
$NetBSD: patch-ag,v 1.2 2019/09/15 12:51:29 mef Exp $
|
|
|
|
-*- coding: utf-8 -*-
|
|
Fix path
|
|
|
|
--- htmllint.html.orig 2011-11-28 16:15:44.000000000 +0900
|
|
+++ htmllint.html 2019-09-15 21:24:28.464274015 +0900
|
|
@@ -482,7 +482,7 @@ if (MSIE >= 4) {
|
|
</p>
|
|
|
|
<hr class="none">
|
|
-<form action="htmllint.cgi" method="post" enctype="multipart/form-data">
|
|
+<form action="/cgi-bin/htmllint.cgi" method="post" enctype="multipart/form-data">
|
|
<input type="hidden" name="Stat" value="on">
|
|
<h2 class="title">チェック方式</h2>
|
|
|