diff options
Diffstat (limited to 'docs/manual/style/xsl/indexpage.xsl')
-rw-r--r-- | docs/manual/style/xsl/indexpage.xsl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/style/xsl/indexpage.xsl b/docs/manual/style/xsl/indexpage.xsl index 6083df1d57..3485024817 100644 --- a/docs/manual/style/xsl/indexpage.xsl +++ b/docs/manual/style/xsl/indexpage.xsl @@ -174,8 +174,8 @@ <!-- (submit the original button and name) --> <input type="hidden" name="btnG" value="Google Search" /> - <!-- including the exact phrase "Apache 2.0" --> - <input type="hidden" value="Apache 2.0" name="as_epq" /> + <!-- including the exact phrase "Apache 2.1" --> + <input type="hidden" value="Apache 2.1" name="as_epq" /> <!-- with at least one of the words (none) --> <input type="hidden" value="" name="as_oq" /> |