test/jheader.html

Wed, 10 Feb 2016 12:34:31 +0100

author
universe
date
Wed, 10 Feb 2016 12:34:31 +0100
changeset 31
50ae611a785c
parent 27
53fd8595378c
child 60
9f25df78925e
permissions
-rw-r--r--

fixed corrupted multi line comments, when a blank line (containing only white spaces) is present in the comment

<!DOCTYPE html>
<html>
  <head>
    <title>c2html</title>
    <style type="text/css">
      span.c2html-lineno a {
        font-style: italic;
        text-decoration: none;
        color: grey;
      }
      span.c2html-keyword {
        color: blue;
      }
      span.c2html-macroconst {
        color: cornflowerblue;
      }
      span.c2html-type {
        color: teal;
      }
      span.c2html-directive {
        color: silver;
      }
      span.c2html-string {
        color: darkorange;
      }
      span.c2html-comment {
        color: grey;
      }
      span.c2html-stdinclude, span.c2html-userinclude, a.c2html-userinclude {
      }
    </style>
  </head>
  <body>

mercurial