June 25, 2013
4:17 p.m.
On 2013-06-25, at 17:16, "Esteban A. Maringolo" <emaringolo@gmail.com> wrote:
Comment aside, there is a #!/bin/bash # line at the top of the http://get.pharo.org/ page, which is outside of the comment that immediately follows it (between <!-- -->).
the bang is on purpose, this is a "dual" html/bash file. when you do curl get.pharo.org | bash it is this very file that gets downloaded and executed ;)
That bang line, plus -1em margin rule applied to the html body causes a visual glitch at the top, that ruins a perfectly minimal page style :)
I will adapt the CSS, I think I modified the line-spacing and overlooked that.