print "\n<font color=\"blue\">\n<b>";
print HTML_encode($1);
print "</b>\n<i>";
- print " commited by <a href=\"mailto:$3\" style=\"text-decoration: none;\">";
+ print " committed by <a href=\"mailto:$3\" style=\"text-decoration: none;\">";
print HTML_encode("$2");
print "</a></i>\n</font>\n"
}
print "\n<font color=\"blue\">\n<b>";
print HTML_encode($1);
print "</b>\n<i>";
- print " commited by ";
+ print " committed by ";
print HTML_encode("$2");
print "</i>\n</font>\n"
}