diff options
| -rw-r--r-- | includes/functions/functions_print.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/functions/functions_print.php b/includes/functions/functions_print.php index 1c91a86395..715f323d9f 100644 --- a/includes/functions/functions_print.php +++ b/includes/functions/functions_print.php @@ -483,7 +483,7 @@ function print_note_record($text, $nlevel, $nrec, $textOnly=false, $return=false } else { $data .= '<div id="'.$elementID.'"'; if ($EXPAND_NOTES) $data .= ' style="display:block"'; - $data .= ' class="note_details font11" dir="auto">'; + $data .= ' class="note_details " dir="auto">'; $data .= substr($text, $brpos + 4); $data .= '</div>'; } |
