Skip to content

Commit

Permalink
Merge pull request mozilla-services#461 from ossreleasefeed/invalid-h…
Browse files Browse the repository at this point in the history
…tml-bugzilla-popup-739155

removed wrapping definition list fixes bug 739155
  • Loading branch information
adngdb committed Mar 26, 2012
2 parents 5601b18 + abea601 commit 624992e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions webapp-php/application/views/common/list_bugs.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
<?php if (! isset($suppressHeader)) { ?>
<h3>Bugs for <code><?= out::H($signature) ?></code></h3>
<?php } ?>
<dl class="bug_ids_expanded <?= $mode ?>">
<ul class="full_bug_ids <?= $mode ?>">
<ul class="bug_ids_expanded full_bug_ids <?= $mode ?>">
<?php
foreach ($bugs as $bug) { ?>
<li><?php View::factory('common/bug_number')
Expand Down

0 comments on commit 624992e

Please sign in to comment.