Bug #35465
@ or at for email adresses
| Status: | Resolved | Start date: | 2012-04-01 | |
|---|---|---|---|---|
| Priority: | Could have | Due date: | ||
| Assignee: | Joern Bock | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 0 |
Description
we should decide what we use
for example on http://preview.typo3.org/legal-info/ we use both
History
Updated by Jörg Winkler about 1 year ago
http://preview.typo3.org/press/ here it is AT
Updated by Olivier Dobberkau about 1 year ago
- Status changed from New to Resolved
- Assignee set to Joern Bock
- Priority changed from Should have to Could have
- Target version set to 1197
Just had a look at this. Reason seems to be that there were two different email adresses used in the href and in the a tag.
Wrong
<a href="mailto:info@typo3.org">t3o@typo3.org</a>
right
<a href="mailto:t3o@typo3.org">t3o@typo3.org</a>
This is rather consistency problem and not a bug. FYI Jörn. Please close.
Updated by Joern Bock about 1 year ago
- Target version deleted (
1197)