Open GoogleCodeExporter opened 9 years ago
i am using blogger and having same problem too. is there any solution
Original comment by heisanon...@gmail.com
on 5 May 2009 at 3:46
I'm sort of getting the same problem. If I added a code such as:
<pre name="code" class="php">
<?php
$varX = "string";
?>
</pre>
I'd get:
varX = "string";
?>
To go around that, I just added a "\" before the first "?" and "$". So it
looks like:
<pre name="code" class="php">
<\?php
\$varX = "string";
?>
</pre>
It doesn't look too pretty with the "\" in there, but that's the only
workaround I
could think of to get it semi-working.
Original comment by is300o...@gmail.com
on 19 Jul 2009 at 2:34
I can confirm this bug. Using it in Drupal 6. It's really bad, that codes with
php tag
<?php ?> ist not showing correct. Hope this will be fix soon.
Original comment by bitse...@gmail.com
on 17 Sep 2009 at 12:25
Original issue reported on code.google.com by
euphoria...@gmail.com
on 25 Feb 2009 at 2:58