I want to make sure that the date 2012-13-12 always ends up on one line. If I use / as a date separator it works but the '-'-sign (not very surprised) makes the date end up on two rows.
<div class="someclass">
around lorem Ipsium lorem Ipsium 2012-13-12 lorem Ipsium lorem Ipsium
</div>
and
.someclass { width:40mm; }
Any suggestions?