Closed (duplicate)
Project:
PEAR Wiki Filter
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Jul 2008 at 06:35 UTC
Updated:
24 Jul 2008 at 18:43 UTC
When used together with geshifilter, i get this
if ($boolean == TRUE) {
echo "GOOD";
}
else {
echo "FALSE";
}
instead of
if ($boolean == TRUE) {
echo "GOOD"
}
else {
echo "FALSE"
}
I entered "code" in the "ignore tag" textbox provided in the settings page of pearwiki_filter but it doesnt seem to ignore the code tag.
Comments
Comment #1
sibidiba commentedThe reason for this behavior is in bug http://drupal.org/node/244520 .