Closed (duplicate)
Project:
ecard
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Aug 2009 at 10:20 UTC
Updated:
24 Aug 2009 at 12:34 UTC
ecard.module r448:
By concatting the url weird results can occur and you have to translate 2 strings.
Here is an example of t() used correctly:
$output .= '<p>'. t('Go to the <a href="@contact-page">contact page</a>.', array('@contact-page' => url('contact'))) .'</p>';
Comments
Comment #1
Mesdag commented