-
Incident report
-
Resolution: Fixed
-
Trivial
-
1.8.4
-
None
there's a typo in css & js files - hollyday
should be trivial to fix by something like find ./ ! -wholename '/.svn' -type f -exec sed -i 's/holly/holi/' {} \;
but i'd prefer for that to be done by somebody with some css understanding