Revision 921
Added by Matt Jones almost 23 years ago
lib/style/login.xsl | ||
---|---|---|
33 | 33 |
|
34 | 34 |
<xsl:template match="/"> |
35 | 35 |
<html> |
36 |
<xsl:apply-templates name="login"/>
|
|
36 |
<xsl:apply-templates/> |
|
37 | 37 |
</html> |
38 | 38 |
</xsl:template> |
39 | 39 |
|
Also available in: Unified diff
Fixed bug in login.xsl that was preventing a successful xslt transform. Now
successful logins redirect correctly, unsuccessful ones redirect to the
login page again.