Actions
Patch #4661
closedIn roadmap.rhtml, misplaced minus-signs.
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-01-26
Due date:
% Done:
0%
Estimated time:
Description
Well, kinda small patch but this thing has been irritating me for some time.
It looks like this does not affect redmine, but it is always found as an error in Aptana Studio.
Please correct me if I'm wrong about this.
Files
Updated by Eric Davis almost 15 years ago
- Status changed from New to Closed
<%- ... -%>
is actually valid ERB, it means to trim leading whitespace '<%-
' and trailing whitespace '-%>
'. This sounds like a bug in Aptana Studio's parser.
Actions