QA "Related questions" encoding issue
-
How do I include bootstap.js file to bundle?[^]
The layout is broken because one of the related questions[^] uses an unencoded
<script>
in its title.As a result, the rest of the related questions, the right-column advert, and the closing tags are all considered part of a
<script>
element, which isn't closed until the next opening<script>
element:A chunk of the footer appears at the bottom of the right column:
And the copyright notice becomes part of the
container-entry container-question flex-container flex-extend
container withid="Q"
, meaning it appears to the right of the question, and squeezes the other content in that flex container.
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
-
How do I include bootstap.js file to bundle?[^]
The layout is broken because one of the related questions[^] uses an unencoded
<script>
in its title.As a result, the rest of the related questions, the right-column advert, and the closing tags are all considered part of a
<script>
element, which isn't closed until the next opening<script>
element:A chunk of the footer appears at the bottom of the right column:
And the copyright notice becomes part of the
container-entry container-question flex-container flex-extend
container withid="Q"
, meaning it appears to the right of the question, and squeezes the other content in that flex container.
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
It took a reminder, but I finally squashed this bug. Thanks for the report.
"Time flies like an arrow. Fruit flies like a banana."