commit: | e1a81b2e181e32aaa3df2a6da957c788ad77a229 |
author: | Chip Black |
committer: | Chip Black |
date: | Thu Jan 6 02:36:05 2011 -0600 |
parents: | 5d15d4669596de35826b79d83699e76a100bea3a |
diff --git a/cgi/cgi_blerg.c b/cgi/cgi_blerg.c line changes: +2/-0 index 6404fa3..83dd53d --- a/cgi/cgi_blerg.c +++ b/cgi/cgi_blerg.c
@@ -159,6 +159,8 @@ int main(int argc, char *argv[]) { exit(0); } + if (info.author[0] == 'H') + info.author[0] = '#'; if (!tag_exists(info.author)) { respond_404(); exit(0);