- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 20 Aug 2010 05:53:13 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view In directory hutz:/tmp/cvs-serv1473 Modified Files: patch.anolis Log Message: change to "No references in this document." (rather than "file") Index: patch.anolis =================================================================== RCS file: /sources/public/html5/spec-author-view/patch.anolis,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- patch.anolis 20 Aug 2010 04:24:20 -0000 1.7 +++ patch.anolis 20 Aug 2010 05:53:11 -0000 1.8 @@ -1,6 +1,6 @@ diff -r 16550726fd0d anolis --- a/anolis Sun Aug 30 16:53:19 2009 -0500 -+++ b/anolis Fri Aug 20 13:11:54 2010 +0900 ++++ b/anolis Fri Aug 20 14:52:17 2010 +0900 @@ -70,10 +70,10 @@ def getOptParser(): @@ -16,7 +16,7 @@ diff -r 16550726fd0d anolislib/processes/filter.py --- a/anolislib/processes/filter.py Sun Aug 30 16:53:19 2009 -0500 -+++ b/anolislib/processes/filter.py Fri Aug 20 13:11:54 2010 +0900 ++++ b/anolislib/processes/filter.py Fri Aug 20 14:52:17 2010 +0900 @@ -5,23 +5,4 @@ return selector = cssselect.CSSSelector(kwargs["filter"]) @@ -44,7 +44,7 @@ + element.drop_tree() diff -r 16550726fd0d anolislib/processes/terms.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 -+++ b/anolislib/processes/terms.py Fri Aug 20 13:11:54 2010 +0900 ++++ b/anolislib/processes/terms.py Fri Aug 20 14:52:17 2010 +0900 @@ -0,0 +1,337 @@ +# coding=UTF-8 +# Copyright (c) 2010 Michael(tm) Smith @@ -249,7 +249,7 @@ + # references back to that defining instance at all, so + # we add a note to indicate that + noRefsNote = etree.Element(u"dd",{u"class": "index-norefs"}) -+ noRefsNote.text = "No references in this file." ++ noRefsNote.text = "No references in this document." + indexEntry.set(u"class","has-norefs") + indexEntry.append(noRefsNote) + self.terms.append(indexEntry)
Received on Friday, 20 August 2010 05:53:15 UTC