Skip to content

Commit

Permalink
removed wrapping definition list fixes bug 739155
Browse files Browse the repository at this point in the history
  • Loading branch information
Schalk Neethling committed Mar 26, 2012
1 parent a978f8c commit abea601
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 abea601

Please sign in to comment.