Skip to content

Commit

Permalink
Fix a couple minor HTML syntax issues
Browse files Browse the repository at this point in the history
  • Loading branch information
robhudson authored and chutten committed Mar 1, 2018
1 parent 7f0553d commit d6d528f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addon-recommender/index.html
Expand Up @@ -43,7 +43,7 @@ <h1>Firefox Add-ons recommender</h1>
</div>
</div>
</div>
<div class"row">
<div class="row">
<div class="col-md-6 col-md-offset-3">
<table class="table table-striped" id="recommendations">
<tbody>
Expand Down
2 changes: 1 addition & 1 deletion new-pipeline/evo.html
Expand Up @@ -55,7 +55,7 @@ <h2 style="font-size: 18px; margin-bottom: 0">
<select id="filter-process-type" class="multiselect" title="Process type" data-all-selected="any process type"></select>
</h2>
<h3 id="measure-description" style="font-size: 14px; margin: 0 3px"></h3>
<h2 style="font-size: 18px; margin-bottom: 0">Showing graphs for <select id="selected-key" class="multiselect" title="Selected key"></select></h3>
<h2 style="font-size: 18px; margin-bottom: 0">Showing graphs for <select id="selected-key" class="multiselect" title="Selected key"></select></h2>
<figure class="col-md-12">
<div class="col-md-12" id="evolutions"></div>
</figure>
Expand Down

0 comments on commit d6d528f

Please sign in to comment.