Skip to content

Commit

Permalink
Move the closing ) into the <dt></dt>
Browse files Browse the repository at this point in the history
  • Loading branch information
dlangille committed Jul 30, 2019
1 parent 49c05f2 commit c663359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/port-display.php
Original file line number Diff line number Diff line change
Expand Up @@ -950,7 +950,7 @@ function ShowPackageFlavors() {
$PackageFlavors = new PackageFlavors( $this->db );
$NumRows = $PackageFlavors->FetchInitialise( $this->port->id );
if ( $NumRows > 0 ) {
$HTML = '<dt class="flavors"><b>Package flavors</b> (<span class="file">&lt;flavor&gt;: &lt;package&gt;</span></dt>)';
$HTML = '<dt class="flavors"><b>Package flavors</b> (<span class="file">&lt;flavor&gt;: &lt;package&gt;</span>)</dt>';
// if this is our first output, put up our standard header
$HTML .= '<dd><ul>';
for ( $i = 0; $i < $NumRows; $i++ ) {
Expand Down

0 comments on commit c663359

Please sign in to comment.