Index: code.css
===================================================================
--- code.css	(revision 3395)
+++ code.css	(working copy)
@@ -67,9 +67,9 @@
 /* Comments */
 .code-comment, .css_comment, .c_comment, .c_commentdoc, .c_commentline,
 .c_commentlinedoc, .h_comment,.pl_commentline, .p_commentblock,
-.p_commentline, .hphp_commentblock, .hphp_commentline,
+.p_commentline, .hphp_comment, .hphp_commentblock, .hphp_commentline,
 .yaml_comment {
- color: #998; 
+ color: #998;
  font-style: italic;
 }
 

