KAboutData Nit

Thomas Zander zander at kde.org
Fri Oct 12 12:49:36 BST 2007


On Friday 12 October 2007 13:26:28 Albert Astals Cid wrote:
> The correct workaround is not adding the empty <p></p> if there is not
> email nor web nor description.

Correcting your generated HTML doesn't look like a 'workaround' but like a 
proper fix to me :)

This specifically means wrapping all your text in paragraph tags instead of 
assuming the html parser will add them, and assume that it will automagically 
add the ones you want.

This would then be the html you want;
<p style=\"margin:0px;\">Name</p>
<p style=\"margin: 0px; margin-bottom: 10px; margin-left: 15px;\">email</p>

Cheers!
-- 
Thomas Zander
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20071012/a8b4fb51/attachment.sig>


More information about the kde-core-devel mailing list