summaryrefslogtreecommitdiff
path: root/japanese/namazu2/patches/patch-ac
blob: 505f834184fcf6e02b3a2ec70963b58ad24c0b2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ac,v 1.1 2001/09/24 03:56:02 taca Exp $

--- filter/mhonarc.pl.orig	Tue Feb 29 13:25:33 2000
+++ filter/mhonarc.pl
@@ -105,7 +105,7 @@
     $$contref =~ s/<!--X-Head-Body-Sep-Begin-->/\n/;
 
     # Handle a field consists of two or more lines.
-    $$contref =~ s!^(<LI>)(.*?)(</LI>$)!$1 . lftospace($2) . $3!gems;
+    $$contref =~ s!^(<LI>)(.*?)(</LI>$)!$1 . lftospace($2) . $3!gemsi;
 
     # For plugging spaces before headers
     $$contref =~ s/^<LI>//gim;