t* fefes blog on gopher
URI git clone git://git.codevoid.de/fefe-gopher
DIR Log
DIR Files
DIR Refs
DIR LICENSE
---
DIR commit 3c36629b925ebdbdc68695110bba454bf68a9467
DIR parent 10eb3420538906e156ab60869d7c34560cf5221d
URI Author: Stefan Hagen <git[at]codevoid[dot]de>
Date: Mon, 14 May 2018 18:14:29 +0200
apply ^t fix for whole document
Diffstat:
M fefe.dcgi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/fefe.dcgi b/fefe.dcgi
t@@ -92,7 +92,7 @@ foreach my $channel ($root->findnodes('channel')) {
$description_clean = wrap("","",$description_clean)."\n";
# fix geomyidae ^t design
- $description_clean =~ s/^t/&&/;
+ $description_clean =~ s/^t/&&/g;
# nobody needs more that one newline.
$description_clean =~ s/\n\n(\n)*/\n\n/g;