Fixed XSLT issue uncovered by a recent Microsoft Edge release
This commit is contained in:
parent
e992a55ef3
commit
51d187f145
14 changed files with 1027 additions and 1000 deletions
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
layout: page
|
||||
title: About JavaScript Machines
|
||||
permalink: /docs/about/
|
||||
About JavaScript Machines
|
||||
---
|
||||
|
||||
The JavaScript Machines Project (originally at [jsmachines.net](http://jsmachines.net/)) is a collection of computer
|
||||
|
|
|
|||
|
|
@ -3,12 +3,15 @@
|
|||
<!DOCTYPE xsl:stylesheet [
|
||||
]>
|
||||
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
||||
|
||||
<xsl:output method="html"/>
|
||||
|
||||
<xsl:param name="rootDir" select="''"/>
|
||||
<xsl:param name="generator" select="'client'"/>
|
||||
|
||||
<xsl:variable name="MACHINECLASS">pc</xsl:variable>
|
||||
<xsl:variable name="APPCLASS">pcjs</xsl:variable>
|
||||
<xsl:variable name="APPVERSION">1.20.1</xsl:variable>
|
||||
<xsl:variable name="APPVERSION">1.20.2</xsl:variable>
|
||||
<xsl:variable name="SITEHOST">www.pcjs.org</xsl:variable>
|
||||
|
||||
<xsl:template name="componentStyles">
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue