summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2013-10-05 21:46:53 +0100
committerGreg Roach <fisharebest@gmail.com>2013-10-05 21:46:53 +0100
commitd5bf7ddb15ef47f79d687842bcef3a4d5ac28d97 (patch)
treed4e93ba848f6b18535be5ada7894d6a15ce8e2d5 /includes
parentf2163bca04aefe71c29b4468038c1068a87691d1 (diff)
downloadwebtrees-d5bf7ddb15ef47f79d687842bcef3a4d5ac28d97.tar.gz
webtrees-d5bf7ddb15ef47f79d687842bcef3a4d5ac28d97.tar.bz2
webtrees-d5bf7ddb15ef47f79d687842bcef3a4d5ac28d97.zip
HTML validation
Diffstat (limited to 'includes')
-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 3da26dad44..193f1bea8f 100644
--- a/includes/functions/functions_print.php
+++ b/includes/functions/functions_print.php
@@ -439,7 +439,7 @@ function print_note_record($text, $nlevel, $nrec, $textOnly=false) {
if ($EXPAND_NOTES) {
$data .= ' style="display:block"';
}
- $data .= ' class="note_details " dir="auto">';
+ $data .= ' class="note_details" dir="auto">';
$data .= substr($text, $brpos + 4);
$data .= '</div>';
} else {