diff options
| author | Rob Peters <makitso@gmail.com> | 2013-07-24 19:58:37 +0000 |
|---|---|---|
| committer | Rob Peters <makitso@gmail.com> | 2013-07-24 19:58:37 +0000 |
| commit | f6ccce152d970f1dc57713298af4f539094a1b9e (patch) | |
| tree | 03f4982bfe24d28766b7e8fbddb6da5d9163a619 | |
| parent | 70668f54bc92a5aa348393321601fadd90ac2ca6 (diff) | |
| download | webtrees-f6ccce152d970f1dc57713298af4f539094a1b9e.tar.gz webtrees-f6ccce152d970f1dc57713298af4f539094a1b9e.tar.bz2 webtrees-f6ccce152d970f1dc57713298af4f539094a1b9e.zip | |
Bug 1204587 remove font11 from the print statement -- should be the only place used.
| -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>'; } |
