From 22a8fa86c5f41658b801f78d064883d6c6f6e1fd Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez Date: Sun, 8 Mar 2015 15:04:49 +0000 Subject: Fixed about:rights page content --- data/aboutRights.xhtml | 33 +++++++++++++++++++++++++++++++++ makeicecat | 3 +++ 2 files changed, 36 insertions(+) create mode 100644 data/aboutRights.xhtml diff --git a/data/aboutRights.xhtml b/data/aboutRights.xhtml new file mode 100644 index 0000000..5435a11 --- /dev/null +++ b/data/aboutRights.xhtml @@ -0,0 +1,33 @@ + + + %htmlDTD; + + %brandDTD; + + %aboutRightsDTD; +]> + + + + + + + &rights.pagetitle; + + + + + +

&rights.intro-header;

+ +

&rights.intro;

+ + + + + diff --git a/makeicecat b/makeicecat index d996c00..8d9032d 100644 --- a/makeicecat +++ b/makeicecat @@ -292,6 +292,9 @@ do find -name aboutRights.dtd | xargs sed -i "s/ENTITY $STRING.*/ENTITY $STRING \"\">/" done +cp $DATA/aboutRights.xhtml toolkit/content/aboutRights.xhtml +cp $DATA/aboutRights.xhtml toolkit/content/aboutRights-unbranded.xhtml + sed -i 's/Mozilla\ Project<\/a>/GNU\ Project<\/a>/g' browser/base/content/overrides/app-license.html ############################################################################### -- cgit v1.2.3