Kroc / NoNonsenseForum

A free, open source, PHP-based simple discussion forum. It favours removing barriers to conversation rather than massaging egos. Download Here: https://github.com/Kroc/NoNonsenseForum/archive/master.zip
http://camendesign.com/nononsense_forum
Other
247 stars 34 forks source link

$1 stripped from code blocks/string #153

Closed Zegnat closed 12 years ago

Zegnat commented 12 years ago

Posting this:

`$1`
%
$1
%
% $1
$1
%

Gives me this HTML (lifted from .rss file):

<p>
<code>``</code>
</p>
<pre><span class="ct">%</span>

<span class="cb">%</span></pre>
<pre><span class="ct">% </span>

<span class="cb">%</span></pre>

It only happens for $1. $2 seems to be safe, and %1 is spared as well.

Kroc commented 12 years ago

Interesting... will look into this; thanks very much for taking the time and effort to file the issue.