summaryrefslogtreecommitdiff
path: root/gentoobrowse/xslt/base.xslt
diff options
context:
space:
mode:
authorrandomdan <randomdan@localhost>2011-02-25 14:53:40 +0000
committerrandomdan <randomdan@localhost>2011-02-25 14:53:40 +0000
commitde5c956f238430e3915600d790964fe97946b567 (patch)
treeb905a8287edcd0214d1ea9316851349d800e8b93 /gentoobrowse/xslt/base.xslt
parentFinally convert ytfs to use boost stuff (untested, but it does build) (diff)
downloadgentoobrowse-de5c956f238430e3915600d790964fe97946b567.tar.bz2
gentoobrowse-de5c956f238430e3915600d790964fe97946b567.tar.xz
gentoobrowse-de5c956f238430e3915600d790964fe97946b567.zip
Build a common base for loading p2 xml scripts with proper error checking
Extend cgiAppEngine to be able to return data documents specifying an error (requires Apache 2.2.16 and to have filter-errordocs set) Allow cgi requests to return a default document, suitable for 'yes, I did that' type responses Updates to GentooBrowse to use these features
Diffstat (limited to 'gentoobrowse/xslt/base.xslt')
-rw-r--r--gentoobrowse/xslt/base.xslt2
1 files changed, 1 insertions, 1 deletions
diff --git a/gentoobrowse/xslt/base.xslt b/gentoobrowse/xslt/base.xslt
index eecc5de..a17dea3 100644
--- a/gentoobrowse/xslt/base.xslt
+++ b/gentoobrowse/xslt/base.xslt
@@ -4,7 +4,7 @@
<xsl:output encoding="utf-8" method="xml" media-type="text/html" indent="yes"
doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN" />
- <xsl:template match="/gentoo">
+ <xsl:template match="/*">
<html>
<head>
<link rel="stylesheet" href="/css/screen.css" type="text/css" />