diff trunk/src/format.css @ 52:f65a83c27638

- Fixed the raw string literal scanner. Newlines weren't copied to the buffer. Converting LS and PS to '\n' as well. - Removed \x0 and \x1A from ptable.
author aziz
date Wed, 27 Jun 2007 17:18:02 +0000
parents cadd2bfe686c
children 50bb7fc9db44
line wrap: on
line diff
--- a/trunk/src/format.css	Wed Jun 27 16:43:00 2007 +0000
+++ b/trunk/src/format.css	Wed Jun 27 17:18:02 2007 +0000
@@ -5,7 +5,12 @@
   font-family: Monospace;
   font-size: 0.8em;
 }
-compilerinfo { white-space: normal; border: 1px solid #A22; padding: 0.5em; margin: 1em;}
+compilerinfo {
+  white-space: normal;
+  border: 1px solid #A22;
+  padding: 0.5em;
+  margin: 1em;
+}
 compilerinfo error { display: block; }
 k { color: darkblue; font-weight: bold; }
 c[c=lc], c[c=bc] { color: green; }