Code is:
<pre><code>catch (\PDOException $e) {
$error = $e->getMessage();
</code></pre>
P in the class name should be the same colour as the rest of the name, only \
should be different. But the result is:
<pre class="default prettyprint prettyprinted" style=""><code><span
class="kwd">catch</span><span class="pln"> </span><span
class="pun">(</span><span class="pln">\P</span><span
class="typ">DOException</span><span class="pln"> $e</span><span
class="pun">)</span><span class="pln"> </span><span class="pun">{</span><span
class="pln">
$error </span><span class="pun">=</span><span class="pln"> $e</span><span class="pun">-></span><span class="pln">getMessage</span><span class="pun">();</span></code></pre>
I'm using Stack Exchange version
(http://drupal.stackexchange.com/a/91283/16495) - probably latest stable
release. It happens on all major browsers.
Original issue reported on code.google.com by ext.rmol...@gmail.com on 6 Nov 2013 at 9:56
Original issue reported on code.google.com by
ext.rmol...@gmail.com
on 6 Nov 2013 at 9:56Attachments: