From af3bb3d13e62bee19b9c94fbacbdfa6a91720874 Mon Sep 17 00:00:00 2001 From: Greg Roach Date: Sun, 26 Jan 2014 21:36:42 +0000 Subject: Add class to allow themes to style notes --- includes/functions/functions_print.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/includes/functions/functions_print.php b/includes/functions/functions_print.php index 0a5cbe26e0..c902b5265e 100644 --- a/includes/functions/functions_print.php +++ b/includes/functions/functions_print.php @@ -424,11 +424,12 @@ function print_note_record($text, $nlevel, $nrec, $textOnly=false) { } else { // A multi-line note, with an expand/collapse option $element_id = uniqid('n-'); + // NOTE: class "note-details" is (currently) used only by some third-party themes return '
' . ' ' . WT_Gedcom_Tag::getLabel($label) . ': ' . '
' . - ''; + ''; } } -- cgit v1.3