After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 755749 - Remove its markup from <email> tags
Remove its markup from <email> tags
Status: RESOLVED FIXED
Product: gnome-user-docs
Classification: Core
Component: general
3.18.x
Other Linux
: Normal normal
: ---
Assigned To: Maintainers of Gnome user documentation
Maintainers of Gnome user documentation
Depends on:
Blocks:
 
 
Reported: 2015-09-28 16:08 UTC by Kat
Modified: 2015-10-29 23:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Remove obsolete its markup from email tags (135.97 KB, patch)
2015-10-29 21:02 UTC, Alexandre Franke
committed Details | Review

Description Kat 2015-09-28 16:08:05 UTC
The " its:translate="no"" markup is no longer needed for the <email> tags, so it can be removed from all docs in one commit.
Comment 1 Alexandre Franke 2015-10-29 21:02:09 UTC
Created attachment 314427 [details] [review]
Remove obsolete its markup from email tags

This is done using the following command:
sed -i 's/ its:translate="no"//g' $(git grep "email its:translate"|sed 's/: .*//')
Comment 2 Alexandre Franke 2015-10-29 23:58:37 UTC
Attachment 314427 [details] pushed as ee28da9 - Remove obsolete its markup from email tags