summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Peters <makitso@gmail.com>2013-07-24 19:58:37 +0000
committerRob Peters <makitso@gmail.com>2013-07-24 19:58:37 +0000
commitf6ccce152d970f1dc57713298af4f539094a1b9e (patch)
tree03f4982bfe24d28766b7e8fbddb6da5d9163a619
parent70668f54bc92a5aa348393321601fadd90ac2ca6 (diff)
downloadwebtrees-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.php2
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>';
}