We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9303ce4 commit e66d605Copy full SHA for e66d605
1 file changed
templates/techreport/category.html
@@ -144,9 +144,9 @@ <h2>Technologies</h2>
144
Rows
145
</label>
146
<select id="rowsPerPage">
147
- <option {% if filters.rows == "10" %}selected{% endif %}>10</option>
148
- <option {% if filters.rows == "25" %}selected{% endif %}>25</option>
149
- <option {% if filters.rows == "50" %}selected{% endif %}>50</option>
+ <option value="10" {% if filters.rows == "10" %}selected{% endif %}>10</option>
+ <option value="25" {% if filters.rows == "25" %}selected{% endif %}>25</option>
+ <option value="50" {% if filters.rows == "50" %}selected{% endif %}>50</option>
150
</select>
151
</div>
152
<p class="sr-only" aria-live="polite">
0 commit comments