Skip to content

Commit 58c3c4f

Browse files
committed
Fix two (old) bugs in the HTML, doesn't appear to have had an effect
on the rendering, but nevertheless - Legacy-Id: 4001
1 parent 85d00e2 commit 58c3c4f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ietf/templates/meeting/agenda.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,8 @@ <h1>IETF {{ meeting.num }} Meeting Agenda</h1>
224224
You can customize the agenda below to show only selected working group sessions. To be able to return to the customized view later, bookmark the resulting URL:
225225
<div class="noprint" onclick="toggle_wg_selector()">
226226
<img id="wg-selector-triangle-right" src="/images/triangle-right.png" />
227-
<img id="wg-selector-triangle-down" src="/images/triangle-down.png"/ class="hidden" >
228-
<span id="wg-selector-toggle-text">Select working group sessions</style>
227+
<img id="wg-selector-triangle-down" src="/images/triangle-down.png" class="hidden" />
228+
<span id="wg-selector-toggle-text">Select working group sessions</span>
229229
</div>
230230
<table id="wg-selector" width="100%" class="hidden">
231231
<tr>

0 commit comments

Comments
 (0)