dfb3f6181285ed1753e9d8fed3ea03737aa92977
html/template's context-aware parser was treating the backslash-escaped quote in the inline onclick regex literal as an HTML attribute terminator, causing template execution to produce an empty/broken output. Move the summary paragraph-splitting logic into a named window.openSummary function in the script block, and call it via a clean onclick=openSummary(this) attribute with no inline regex literals.
Description
No description provided