diff --git a/LDP/wt2db/Changelog b/LDP/wt2db/Changelog index 09cb1b98..0143c5f6 100644 --- a/LDP/wt2db/Changelog +++ b/LDP/wt2db/Changelog @@ -21,6 +21,10 @@ Add -f, --faq option to generate the article tag as:
+ Add processing instruction: + + so each gets its own list of questions. + 2002-06-25 0.5 Switched -V and -v, now -v is version, -V is verbose. Changed -a, --article to -x, --xml and -s, --sgml to diff --git a/LDP/wt2db/lib/Wt2Db.pm b/LDP/wt2db/lib/Wt2Db.pm index 051ee622..8462d95c 100755 --- a/LDP/wt2db/lib/Wt2Db.pm +++ b/LDP/wt2db/lib/Wt2Db.pm @@ -492,7 +492,7 @@ sub ProcessLine { $qandaentry = 1; } if ($qandaset == 0) { - $line = "\n". $line; + $line = "\n" . $line; $qandaset = 1; }