Skip to content

Commit

Permalink
XHTML validation fix.
Browse files Browse the repository at this point in the history
<span> can not enclose block level elements like <form>


git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@4434 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
giallu committed Jul 13, 2007
1 parent cff357b commit b5f8c5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bugnote_view_inc.php
Expand Up @@ -6,7 +6,7 @@
# See the files README and LICENSE for details

# --------------------------------------------------------
# $Id: bugnote_view_inc.php,v 1.41 2007-07-11 17:03:48 giallu Exp $
# $Id: bugnote_view_inc.php,v 1.42 2007-07-13 16:47:47 giallu Exp $
# --------------------------------------------------------
?>
<?php
Expand Down Expand Up @@ -138,7 +138,7 @@
echo '<span class="small">'.lang_get( 'edited_on').' '.$v3_last_modified.'</span><br />';
}
?>
<br /><span class="small">
<br /><div class="small">
<?php
# bug must be open to be editable
if ( !bug_is_readonly( $f_bug_id ) ) {
Expand Down Expand Up @@ -175,7 +175,7 @@
}
}
?>
</span>
</div>
</td>
<td class="<?php echo $t_bugnote_note_css ?>">
<?php
Expand Down

0 comments on commit b5f8c5e

Please sign in to comment.