summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/rdf2hours1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/rdf2hours b/bin/rdf2hours
index b99b14c..9a22aed 100755
--- a/bin/rdf2hours
+++ b/bin/rdf2hours
@@ -197,6 +197,7 @@ my $intro = sprintf(
#push my @content, h1($title), "\n", p($intro);
push my @content, h1($title), "\n", $intro;
+# TODO: optionally merge items appearing in multiple categories
for my $category ( @category ) {
push @content, "\n", h2( categorydescribe($category) ), "\n";
for my $name ( sort keys %{ $data{$category} } ) {