Closed (fixed)
Project:
Textile
Version:
master
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Feb 2005 at 22:59 UTC
Updated:
6 Feb 2005 at 09:54 UTC
In line 1943 of Textile.php the code looks like this
} elseif ($depth $last_depth) {
The operator between the terms is missing. (I suspect it should be a <= but I haven't analyzed the code so maybe it should be some other operator.)
Comments
Comment #1
Tommy Sundstrom commentedSorry. This was caused by Dreamweaver. For some reason it will remove < from this position when it's opening the file.