Add the tags as categories in the ICS-files.

Fixes #34
This commit is contained in:
Tim Schumacher 2014-11-22 17:08:25 +01:00
parent a5b2f118a2
commit 10931fa07b
5 changed files with 77 additions and 56 deletions

View file

@ -110,7 +110,7 @@ function echo_style($style, $message)
);
$supports = has_color_support();
echo ($supports ? $styles[$style] : '').$message.($supports ? $styles['reset'] : '');
echo($supports ? $styles[$style] : '').$message.($supports ? $styles['reset'] : '');
}
function echo_block($style, $title, $message)