diff options
| author | Greg Roach <fisharebest@gmail.com> | 2013-09-14 23:47:02 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2013-09-14 23:47:02 +0100 |
| commit | f65554ac1652d898b7bf069962ac8d562579c6e2 (patch) | |
| tree | e4d24f21d9bcf0a3c598d7908498ae3cb7bca07e /includes | |
| parent | 837f2934b094aa078aa3beeddc500f73989b3b36 (diff) | |
| download | webtrees-f65554ac1652d898b7bf069962ac8d562579c6e2.tar.gz webtrees-f65554ac1652d898b7bf069962ac8d562579c6e2.tar.bz2 webtrees-f65554ac1652d898b7bf069962ac8d562579c6e2.zip | |
HTML validation errors
Diffstat (limited to 'includes')
| -rw-r--r-- | includes/functions/functions_print_facts.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/functions/functions_print_facts.php b/includes/functions/functions_print_facts.php index a1ff83973e..6d878bcd20 100644 --- a/includes/functions/functions_print_facts.php +++ b/includes/functions/functions_print_facts.php @@ -845,7 +845,7 @@ function print_main_notes(WT_Fact $fact, $level) { for ($j=0; $j<$ct; $j++) { if ($level>=2) echo '<tr class="row_note2">'; else echo '<tr>'; - echo '<td valign="top" class="descriptionbox'; + echo '<td class="descriptionbox'; if ($level>=2) echo ' rela'; echo ' ', $styleadd, ' width20">'; if ($can_edit) { @@ -918,7 +918,7 @@ function print_main_notes(WT_Fact $fact, $level) { $text = expand_urls($text); } - echo '<td class="optionbox', $styleadd, ' wrap" align="', $TEXT_DIRECTION== "rtl"?"right": "left" , '">'; + echo '<td class="optionbox', $styleadd, ' wrap">'; echo '<div style="white-space:pre-wrap;">', $text, '</div>'; if (!empty($noterec)) { |
