Skip to content

Commit e66d605

Browse files
committed
add values to options
1 parent 9303ce4 commit e66d605

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

templates/techreport/category.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,9 @@ <h2>Technologies</h2>
144144
Rows
145145
</label>
146146
<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>
147+
<option value="10" {% if filters.rows == "10" %}selected{% endif %}>10</option>
148+
<option value="25" {% if filters.rows == "25" %}selected{% endif %}>25</option>
149+
<option value="50" {% if filters.rows == "50" %}selected{% endif %}>50</option>
150150
</select>
151151
</div>
152152
<p class="sr-only" aria-live="polite">

0 commit comments

Comments
 (0)