From: John Resig Date: Tue, 10 Oct 2006 01:17:47 +0000 (+0000) Subject: The jQuery version is now reported in the docs. X-Git-Tag: 1.0.2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=967eec18317d0451af93b1a86902e80d39086507;p=jquery.git The jQuery version is now reported in the docs. --- diff --git a/build/docs/docs.js b/build/docs/docs.js index 500b91c14..86b48ee45 100644 --- a/build/docs/docs.js +++ b/build/docs/docs.js @@ -18,6 +18,8 @@ function output( c, n ) { var xml = Object.toXML( n == "docs" ? { method: c } : c, "docs" ); + xml = xml.replace("", ""); + writeFile( dir + "/data/jquery-" + n + "-xml.xml", "\n" + xml ); diff --git a/build/docs/style/docs.xsl b/build/docs/style/docs.xsl index 86c9a762c..8d9f67047 100644 --- a/build/docs/style/docs.xsl +++ b/build/docs/style/docs.xsl @@ -4,7 +4,7 @@ - jQuery Docs - API + jQuery Docs - <xsl:value-of select="/docs/@version"/> API @@ -12,7 +12,7 @@ -

jQuery Docs - API

+

jQuery Docs - API