Commit 7d4b7c5
authored
fix(rss): email and name were inverted in output and so uncompliant (#343)
Related to: #250
See: https://validator.w3.org/feed/docs/error/InvalidContact.html
Before:
```xml
<author>John Doe (John.Doe@example.com)</author>
```
After:
```xml
<author>John.Doe@example.com (John Doe)</author>
```
cc @stefansli1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
0 commit comments