summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Malo <nd@apache.org>2014-02-02 22:20:23 +0000
committerAndré Malo <nd@apache.org>2014-02-02 22:20:23 +0000
commit6c73c03100dae3232df51e4870ff35e725c49cac (patch)
tree6a26be0a7f88d761b91be2e088f408e96e34418e
parent267eedd0a35022db22dafd989324af483afe26a8 (diff)
downloadhttpd-6c73c03100dae3232df51e4870ff35e725c49cac.tar.gz
use minified prettify script
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1563734 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/manual/style/xsl/common.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/style/xsl/common.xsl b/docs/manual/style/xsl/common.xsl
index 29c23dc7f2..d68f7f92da 100644
--- a/docs/manual/style/xsl/common.xsl
+++ b/docs/manual/style/xsl/common.xsl
@@ -173,7 +173,7 @@
rel="stylesheet"
href="{$path}/style/css/manual-print.css"/>
<link href="{$path}/style/css/prettify.css" type="text/css" rel="stylesheet" />&lf;
- <script type="text/javascript" src="{$path}/style/scripts/prettify.js">&lf;</script>&lf;
+ <script type="text/javascript" src="{$path}/style/scripts/prettify.min.js">&lf;</script>&lf;
<!-- chm files do not need a favicon -->
<xsl:if test="not($is-chm or $is-zip)">&lf;
<link rel="shortcut icon" href="{$path}/images/favicon.ico" />