<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">On 16 Nov 2017, at 1:19, 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"><p dir="auto">macOS 10.13.1<br>
<br>
I've also tried changing the shebang of gen_html to so it uses ruby 2.4.2 (from Homebrew) and the result is the same. Anyone else hitting this? Any workaround?</p>
</blockquote></div>
<div style="white-space:normal">

<p dir="auto">I am not yet on 10.13.1 so I don’t know what the issue is, however, as the error is from erb which is being used with this template <a href="https://github.com/textmate/textmate/blob/master/Applications/TextMate/about/Contributions.md" style="color:#3983C4">https://github.com/textmate/textmate/blob/master/Applications/TextMate/about/Contributions.md</a> then I assume that erb changed rules about “escaping”.</p>

<p dir="auto">There are erb tags that use both <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">%</code> and <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7"><<</code>. The former is used in the documentation for erb, so I think more likely it’s the latter that is causing the problem.</p>

<p dir="auto">Can you try edit the above mentioned file to avoid <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7"><<</code> and see if it helps?</p>
</div>
</div>
</body>
</html>