Closed GoogleCodeExporter closed 8 years ago
What do you mean you added the page?
If you did like this:
<pre class="prettyprint">
<html>
<head>
<title>Hello HTML</title>
</head>
<body>
<p>Hello World!</p>
</body>
</html>
<pre>
it's wrong. You need to have text content in that pre element, which means that
you
are not allowed to use the specials characters < > & " but < > & "
Original comment by ovidiu.mara
on 14 Nov 2008 at 10:11
Ovidiu is quite right. You can use the XMP element if you don't want to escape
your
HTML code.
Original comment by mikesamuel@gmail.com
on 6 Jan 2009 at 10:42
Original issue reported on code.google.com by
adrian.n...@gmail.com
on 2 Nov 2008 at 7:48Attachments: