Prevent line break in date column on hyphen.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22833 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Mike Evans 2013-03-24 14:03:32 +00:00
parent 01e0693a23
commit 4dc71d7455

View File

@ -182,7 +182,7 @@
(addto! row-contents
(if transaction-info?
(gnc:make-html-table-cell/markup
"text-cell"
"date-cell"
(gnc-print-date
(gnc-transaction-get-date-posted parent)))
" ")))