#34686 closed defect (bug) (fixed)
Avoid using <a> tags in translation strings
| Reported by: | ramiy | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.4 |
| Component: | I18N | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 35665: