[Pkg-privacy-commits] [xul-ext-monkeysphere] 253/296: fixing xhtml, including xhtml in makefile for new localization approach

Ximin Luo infinity0 at moszumanska.debian.org
Mon Aug 24 07:39:45 UTC 2015


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch debian
in repository xul-ext-monkeysphere.

commit 76e117f1d21907d8bf2338604776b61ca94f4f92
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Tue Dec 14 10:13:40 2010 -0500

    fixing xhtml, including xhtml in makefile for new localization approach
---
 Makefile                  | 2 +-
 chrome/content/help.xhtml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 420e2fe..69d37dd 100755
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@
 # © 2010 Jameson Rollins <jrollins at finestructure.net>
 # Licensed under GPL v3 or later
 
-XPI_CONTENTS:=$(shell find chrome modules defaults -name "*.html" -o -name "*.css" -o -name "*.png" -o -name "*.gif" -o -name "*.js" -o -name "*.jsm" -o -name "*.dtd" -o -name "*.xul" -o -name "messages") chrome.manifest install.rdf COPYING
+XPI_CONTENTS:=$(shell find chrome modules defaults -name "*.html" -o -name "*.xhtml" -o -name "*.css" -o -name "*.png" -o -name "*.gif" -o -name "*.js" -o -name "*.jsm" -o -name "*.dtd" -o -name "*.xul" -o -name "messages") chrome.manifest install.rdf COPYING
 
 ICONS = $(addprefix chrome/content/, broken.png bad.png error.png)
 
diff --git a/chrome/content/help.xhtml b/chrome/content/help.xhtml
index bf7788d..c5654a3 100644
--- a/chrome/content/help.xhtml
+++ b/chrome/content/help.xhtml
@@ -47,7 +47,7 @@
 
   <h2>&help.further-information.title;</h2>
 
-  &help.further-information.see;
+  <p>&help.further-information.see;</p>
 
 </div>
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/xul-ext-monkeysphere.git



More information about the Pkg-privacy-commits mailing list