#34686 closed defect (bug) (fixed)
Avoid using <a> tags in translation strings
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 4.4 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | I18N | Keywords: | |
| Focuses: | Cc: |
Description
Replace the old string:
<a href="%1$s">%2$s at %3$s</a>
With the new:
%1$s at %2$s
Moving the <a> tag out of the translation string to the code.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
In 35665: