aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-08-28 04:40:00 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-08-28 04:40:00 +0000
commite5b323a6331df4f400ea5a3eaa82441f85d41950 (patch)
tree443b494d0993d282e3dcafb548bdddc930420540
parent4a4c0b626874e9c5db38a54c678689805f790d74 (diff)
downloadikiwiki-e5b323a6331df4f400ea5a3eaa82441f85d41950.tar
ikiwiki-e5b323a6331df4f400ea5a3eaa82441f85d41950.tar.gz
bugnum
-rw-r--r--IkiWiki/Plugin/aggregate.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/aggregate.pm b/IkiWiki/Plugin/aggregate.pm
index 33d7174f5..4bc919526 100644
--- a/IkiWiki/Plugin/aggregate.pm
+++ b/IkiWiki/Plugin/aggregate.pm
@@ -323,7 +323,7 @@ sub htmlabs ($$) { #{{{
# Convert links in html from relative to absolute.
# Note that this is a heuristic, which is not specified by the rss
# spec and may not be right for all feeds. Also, see Debian
- # bug #XXXX TODO: get bug.
+ # bug #381359.
my $html=shift;
my $urlbase=shift;