projects
/
mspang
/
www.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a41a024
)
Revert "specify style type to text/css resutling in it (presently) validating as...
author
Holden Karau
<hkarau@csclub.uwaterloo.ca>
Wed, 9 Apr 2008 23:57:24 +0000
(19:57 -0400)
committer
Holden Karau
<hkarau@csclub.uwaterloo.ca>
Wed, 9 Apr 2008 23:57:24 +0000
(19:57 -0400)
This reverts commit
a41a024a07f4d6061b73ef3981be50b950136dd8
.
xsl/common.xsl
patch
|
blob
|
history
diff --git
a/xsl/common.xsl
b/xsl/common.xsl
index
57cf436
..
7b1500b
100644
(file)
--- a/
xsl/common.xsl
+++ b/
xsl/common.xsl
@@
-18,7
+18,7
@@
<title><xsl:value-of select="@title" /></title>
<link rel="stylesheet" href="{$g_pre}default.css" type="text/css" />
<xsl:if test="@morestyle">
- <style
type="text/css"
>
+ <style>
<xsl:value-of select="@morestyle" />
</style>
</xsl:if>