diff options
author | John Resig <jeresig@gmail.com> | 2006-10-10 01:17:47 +0000 |
---|---|---|
committer | John Resig <jeresig@gmail.com> | 2006-10-10 01:17:47 +0000 |
commit | 967eec18317d0451af93b1a86902e80d39086507 (patch) | |
tree | d5c3df0a9f6b07cecbeab8113ead65f3ad77a676 /build/docs/style | |
parent | 766c3765bd30e6a643eff99da0f1c293aa2897bd (diff) | |
download | jquery-967eec18317d0451af93b1a86902e80d39086507.tar.gz jquery-967eec18317d0451af93b1a86902e80d39086507.zip |
The jQuery version is now reported in the docs.
Diffstat (limited to 'build/docs/style')
-rw-r--r-- | build/docs/style/docs.xsl | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ <xsl:template match="/*"> <html> <head> - <title>jQuery Docs - API</title> + <title>jQuery Docs - <xsl:value-of select="/docs/@version"/> API</title> <link rel="stylesheet" href="style/style.css"/> <script src="../dist/jquery.js"></script> <script src="js/tooltip.js"></script> @@ -12,7 +12,7 @@ <script src="js/doc.js"></script> </head> <body> - <h1>jQuery Docs - API</h1> + <h1>jQuery Docs - <xsl:value-of select="/docs/@version"/> API</h1> <ul id="docs"> <xsl:for-each select="method[not(@private)]"> <xsl:sort select="translate(@name,'$.','')"/> |