My theme for forester (+plugins)
XSLT
59.9%
CSS
32.5%
JavaScript
7.3%
Shell
0.3%
84
1
0
Clone this repository
https://tangled.org/liamoc.net/forest-theme
https://tangled.org/did:plc:2ysmfb6dnbcqs5peyt776ty6/forest-theme
git@tangled.org:liamoc.net/forest-theme
git@tangled.org:did:plc:2ysmfb6dnbcqs5peyt776ty6/forest-theme
For self-hosted knots, clone URLs may differ based on your setup.
Download tar.gz
This reverts commit d438a99f4045b35c029656e43011f2c2e9594363.
Doesn't work in firefox: just results in text-encoded <br/>.
When you have <xsl:output method="html">, empty tags <foo/> are emitted
as <foo></foo>. These are equivalent as far as XML is concerned, but
browsers expecting HTML will treat this as <foo><foo>.
I considered just having the output method be XML, but this seems to
cause a number of harder-to-address problems on the browser side.