Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1b612ea

Browse files
rolfkleefrombert
authored andcommittedJan 28, 2012
Added missing opening quote
1 parent a94953d commit 1b612ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎core/html_api.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1640,7 +1640,7 @@ function html_buttons_view_bug_page( $p_bug_id ) {
16401640

16411641
# MONITOR/UNMONITOR button
16421642
if( !current_user_is_anonymous() ) {
1643-
echo '<td class=center">';
1643+
echo '<td class="center">';
16441644
if( user_is_monitoring_bug( auth_get_current_user_id(), $p_bug_id ) ) {
16451645
html_button_bug_unmonitor( $p_bug_id );
16461646
} else {

0 commit comments

Comments
 (0)
Please sign in to comment.