summaryrefslogtreecommitdiff
path: root/lib/VNDBUtil.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/VNDBUtil.pm')
-rw-r--r--lib/VNDBUtil.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/VNDBUtil.pm b/lib/VNDBUtil.pm
index e81971a6..0c3d5eb3 100644
--- a/lib/VNDBUtil.pm
+++ b/lib/VNDBUtil.pm
@@ -27,6 +27,9 @@ sub shorten {
# [code] .. [/code]
# v+, v+.+
# http://../
+# XXX: Make sure to sync any changes in the formating with
+# VNDB::Util::Misc::bbSubstLinks() if necessary. Or, alternatively, abstract
+# parsing into a separate function as per http://beta.vndb.org/t5564.12
sub bb2html {
my($raw, $maxlength, $charspoil) = @_;
$raw =~ s/\r//g;