From ce17faeb7bfe0844a6d7ab8e4d046cc674cf6f95 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sat, 10 Jan 2026 05:09:44 -0500 Subject: Fix broken updates, use 15.0 tree. --- bin/whatis2sqlite.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin/whatis2sqlite.pl') diff --git a/bin/whatis2sqlite.pl b/bin/whatis2sqlite.pl index b91f98d..d5f1c6c 100755 --- a/bin/whatis2sqlite.pl +++ b/bin/whatis2sqlite.pl @@ -76,9 +76,9 @@ sub make_sql { return if $seen{"$page^^$sect"}++; - # 15.0 has double-quotes in some descriptions. - $desc =~ s/"/""/g; + # 15.0 has single-quotes in some descriptions. + $desc =~ s/'/''/g; print <