diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-02 00:52:47 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-02 00:52:47 +0000 |
commit | 7ac32ec4d62e321f80535908cf3023e7d7639550 (patch) | |
tree | c1e3b424190c30bcf3c395a9db6975deb7171dd8 | |
parent | 11ff91a6ed7ca42336587d1320ea7fa6e23abaaf (diff) |
oops
-rw-r--r-- | IkiWiki/Plugin/aggregate.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/IkiWiki/Plugin/aggregate.pm b/IkiWiki/Plugin/aggregate.pm index 46f2d5128..16db42a8f 100644 --- a/IkiWiki/Plugin/aggregate.pm +++ b/IkiWiki/Plugin/aggregate.pm @@ -5,6 +5,7 @@ package IkiWiki::Plugin::aggregate; use warnings; use strict; use IkiWiki; +use HTML::Entities; my %feeds; my %guids; |