summaryrefslogtreecommitdiff
path: root/lib/Multi
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2018-01-06 12:29:45 +0100
committerYorhel <git@yorhel.nl>2018-01-06 12:29:45 +0100
commit000cb5720d2db0a744797bc0b9c30df70efd3fb6 (patch)
tree0f8b8dcf6b22804d7f17a791cc080a8fe6d1eab6 /lib/Multi
parent55a153941cd84de61fa70d73cde527c3aff5a63c (diff)
Rewrite bb2html() to be more flexible
This is based on the API that I described in https://vndb.org/t5564.12 It's mostly bug-compatible with the old bb2html(), main differences: - <br /> -> <br> for no reason - Doesn't sporadically add a wrong </div> - $rmwhitespace now also after [/code] Most of the test cases were contributed by flan <flan@flande.re>
Diffstat (limited to 'lib/Multi')
-rw-r--r--lib/Multi/Feed.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Multi/Feed.pm b/lib/Multi/Feed.pm
index 2c4144db..86f0ffa1 100644
--- a/lib/Multi/Feed.pm
+++ b/lib/Multi/Feed.pm
@@ -10,7 +10,7 @@ use warnings;
use TUWF::XML;
use Multi::Core;
use POSIX 'strftime';
-use VNDBUtil 'bb2html';
+use VNDB::BBCode;
my %stats; # key = feed, value = [ count, total, max ]