<html><head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head><body style="font-family: Helvetica; font-size: 10pt;"
text="#000000" bgcolor="#FFFFFF"><div style="font-size:
10pt;font-family: Helvetica;"><span style="font-family: Helvetica;">I've
</span>tried changing _erbout << "</ol>\n" to
_erbout.concat("</ol>\n") but I still get the same error. I'm on
macOS 10.13.2 with Xcode 9.2.<br><br><span>Allan Odgaard wrote:</span><br><blockquote
cite="mid:2BDC1BFE-0718-43E7-8B84-41D7E94CF6C6@textmate.org"
type="cite"><meta http-equiv="Content-Type" content="text/html;
charset=UTF-8">
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">On 17 Nov 2017, at 0:58, Don Feliciano wrote:</p>
</div>
<div style="white-space:normal"><blockquote style="border-left:2px solid
#777; color:#777; margin:0 0 5px; padding-left:5px"><blockquote
style="border-left:2px solid #777; color:#999; margin:0 0 5px;
padding-left:5px; border-left-color:#999"><p dir="auto">Can you try edit
the above mentioned file to avoid << and see if it helps?<br>
</p></blockquote><p dir="auto">Than you, Allan. This worked.</p></blockquote></div>
<div style="white-space:normal">
<p dir="auto">Does that mean changing <code
style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0
0.4em" bgcolor="#F7F7F7">_erbout << "</ol>\n"</code> to e.g.
<code style="background-color:#F7F7F7; border-radius:3px; margin:0;
padding:0 0.4em" bgcolor="#F7F7F7">_erbout.concat("</ol>\n")</code>
solved the problem?</p>
<p dir="auto">If so, I can commit that change.</p>
</div>
</div>
<pre wrap="">_______________________________________________
textmate mailing list
<a class="moz-txt-link-abbreviated" href="mailto:textmate@lists.macromates.com">textmate@lists.macromates.com</a>
<a class="moz-txt-link-freetext" href="http://lists.macromates.com/listinfo/textmate">http://lists.macromates.com/listinfo/textmate</a></pre></blockquote><br></div></body></html>