mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-07 02:03:55 -05:00
The outer comment in shared/config/site-head.html contained the literal `<!-- MLSB_BUILD_STAMP -->` token. HTML comments cannot nest, so the inner `-->` terminated the outer block early, leaking `` ` token.\n--> `` as visible text on every site that includes this head file (instructors, slides, labs, etc.). Rewrote the comment to describe the placeholder without writing it verbatim.