v1.5.5e

To ensure consistent styling of titles in the Order Confirmation email, the code in /email/email_template_checkout.html, line 63

Code:
<td class="content-line-title">$ADDRESS_BILLING_TITLE</td>
should be

Code:
<td class="content-line-title"><strong>$ADDRESS_BILLING_TITLE</strong></td>