#!/usr/bin/perl # work around in mediawiki bug parsing blockquote tags on same line use warnings; use strict; use Path::Tiny; my $infile = shift; my $outfile = shift || $infile; $_ = path($infile)->slurp_utf8; s!\n*()\n*!\n$1\n!g; path($outfile)->spew_utf8($_); 1; ut icon' href='/favicon.ico'/>
summaryrefslogtreecommitdiff
path: root/tags/df/3a/20170426230002.621C0614B@lxp5.free-owl.de/sys
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2023-06-27 09:35:08 +0200
committerJonas Smedegaard <dr@jones.dk>2023-06-27 09:35:08 +0200
commitfd54908da2b05c526dd3bee9b6dcd093214a220d (patch)
treec69c845069c99d1d01044f6fafda7c08433329c6 /tags/df/3a/20170426230002.621C0614B@lxp5.free-owl.de/sys
parentba46132213560cf3335d53560d519c0ec0190da2 (diff)
Diffstat (limited to 'tags/df/3a/20170426230002.621C0614B@lxp5.free-owl.de/sys')
-rw-r--r--tags/df/3a/20170426230002.621C0614B@lxp5.free-owl.de/sys0
1 files changed, 0 insertions, 0 deletions