File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1818,7 +1818,7 @@ <h2 class="no-num" id="property-index">Property index</h2>
18181818 <!-- template markup for issues pulled from Bugzilla -->
18191819 < script type ="text/template " id ="issue-template ">
18201820 < div class = "issue-marker" data-bug_id = "{{bug_id}}" data-bug_status = "{{bug_status}}" >
1821- < a href = "https://www.w3.org/Bugs/Public/show_bug.cgi?id={{bug_id}}" > Bug -{ { bug_id} } </ a >
1821+ < a href = "https://www.w3.org/Bugs/Public/show_bug.cgi?id={{bug_id}}" > Issue -{ { bug_id} } </ a >
18221822 < div class = "issue-details" >
18231823 < p class = "short-desc" > { { short_desc} } </ p >
18241824 </ div >
Original file line number Diff line number Diff line change @@ -2718,7 +2718,7 @@ <h2 class="no-num" id="property-index">Property index</h2>
27182718 <!-- template markup for issues pulled from Bugzilla --> <!-- template markup for issues pulled from Bugzilla -->
27192719 < script type ="text/template " id ="issue-template ">
27202720 < div class = "issue-marker" data-bug_id = "{{bug_id}}" data-bug_status = "{{bug_status}}" >
2721- < a href = "https://www.w3.org/Bugs/Public/show_bug.cgi?id={{bug_id}}" > Bug -{ { bug_id} } </ a >
2721+ < a href = "https://www.w3.org/Bugs/Public/show_bug.cgi?id={{bug_id}}" > Issue -{ { bug_id} } </ a >
27222722 < div class = "issue-details" >
27232723 < p class = "short-desc" > { { short_desc} } </ p >
27242724 </ div >
Original file line number Diff line number Diff line change 5353
5454 _header . href = "#"
5555 _header . className = "issue-dashboard-header"
56- _header . textContent = "Bug Dashboard"
56+ _header . textContent = "Issues Dashboard"
5757 _header . appendChild ( _message )
5858
5959 _header . addEventListener ( "click" , toggleDashboard , false )
You can’t perform that action at this time.
0 commit comments