mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[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:
parent
326927215c
commit
8cd7c6f755
@ -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 -->
|
||||
|
Loading…
Reference in New Issue
Block a user