summaryrefslogtreecommitdiff
path: root/stylesheets/db2html-html.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheets/db2html-html.xsl')
-rw-r--r--stylesheets/db2html-html.xsl3
1 files changed, 2 insertions, 1 deletions
diff --git a/stylesheets/db2html-html.xsl b/stylesheets/db2html-html.xsl
index ae9b6ed3..bfed2397 100644
--- a/stylesheets/db2html-html.xsl
+++ b/stylesheets/db2html-html.xsl
@@ -1,4 +1,5 @@
<?xml version='1.0'?><!-- -*- Mode: fundamental; tab-width: 3 -*- -->
+
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
@@ -15,7 +16,7 @@
<html>
<head>
<title>
- <xsl:apply-templates select="$node" mode="title.text.mode"/>
+ <xsl:value-of select="title"/>
</title>
<style type="text/css">
<xsl:call-template name="html.css">