[taxinvoice-eg] fix html

<nobr> has never been standard. Don't need it because (nbsp ...) will
insert <span white-space=nowrap> tags.
This commit is contained in:
Christopher Lam 2019-07-28 22:13:38 +08:00
parent 326927215c
commit 8cd7c6f755

View File

@ -341,7 +341,7 @@
?>
<tr valign="top">
<?scm (if opt-col-date (begin ?>
<td align="center" ><nobr><?scm:d (nbsp (qof-print-date (gncEntryGetDate entry))) ?></nobr></td>
<td align="center" ><?scm:d (nbsp (qof-print-date (gncEntryGetDate entry))) ?></td>
<?scm )) ?>
<td align="left"><?scm:d (gncEntryGetDescription entry) ?></td>
<!-- td align="left">< ?scm:d (gncEntryGetNotes entry) ?></td -->