-
-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some questions are indented in list #242
Comments
This seems to be caused by missing/faulty html escaping of the question excerpt in the list. The question in question (pun intended) starts with the following text:
The excerpt seems to end in such a way that the closing tag for the <div class="summary">
<h3><a href="./questions/5665915/how-to-check-a-radio-button-with-jquery" class="question-hyperlink">How to check a radio button with jQuery?</a></h3>
<div class="excerpt">I try to check a radio button with jQuery. Here's my code:
<form>
<div id='type'>
<input type='radio' id='radio_1' name='type' value='1' />
<input type='radio' id='radio_2' name='type' value='2' />
<input type='radio'…</div>
<div class="grid ai-start jc-space-between fw-wrap">
<div class="grid gs4 fw-wrap tags "> This causes the closing Proposed solution: Escape/bleach the question excerpt in |
This issue has been automatically marked as stale because it has not had recent activity. It will be now be reviewed manually. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be now be reviewed manually. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be now be reviewed manually. Thank you for your contributions. |
For some reason, there are questions that are indented in questions list (here on page 100)
https://dev.library.kiwix.org/stackoverflow_en_nopic_2021-08/questions_page=100
The text was updated successfully, but these errors were encountered: