Skip to content

Commit

Permalink
fix stylesheet links
Browse files Browse the repository at this point in the history
  • Loading branch information
bobjacobsen committed Apr 11, 2020
1 parent 0f23f27 commit f8bd128
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion xml/decoders/bli/P2FunctionChoiceSteam.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text-xsl" href="..-XSLT-decoder.xsl"?>
<?xml-stylesheet type="text-xsl" href="../XSLT/decoder.xsl"?>
<!-- Copyright (C) JMRI 2005, 2007 All rights reserved -->
<!-- -->
<!-- JMRI is free software; you can redistribute it and-or modify it under -->
Expand Down
2 changes: 1 addition & 1 deletion xml/decoders/bli/P3FunctionChoiceDiesel.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text-xsl" href="..-XSLT-decoder.xsl"?>
<?xml-stylesheet type="text-xsl" href="../XSLT/decoder.xsl"?>
<!-- Copyright (C) JMRI 2005, 2007 All rights reserved -->
<!-- -->
<!-- JMRI is free software; you can redistribute it and-or modify it under -->
Expand Down
2 changes: 1 addition & 1 deletion xml/decoders/bli/P3FunctionChoiceSteam.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text-xsl" href="..-XSLT-decoder.xsl"?>
<?xml-stylesheet type="text-xsl" href="../XSLT/decoder.xsl"?>
<!-- Copyright (C) JMRI 2005, 2007 All rights reserved -->
<!-- -->
<!-- JMRI is free software; you can redistribute it and-or modify it under -->
Expand Down
2 changes: 1 addition & 1 deletion xml/decoders/bli/enumLightDirection.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text-xsl" href="..-XSLT-decoder.xsl"?>
<?xml-stylesheet type="text-xsl" href="../XSLT/decoder.xsl"?>
<!-- Copyright (C) JMRI 2005, 2007 All rights reserved -->
<!-- -->
<!-- JMRI is free software; you can redistribute it and-or modify it under -->
Expand Down
2 changes: 1 addition & 1 deletion xml/decoders/bli/enumLightFunction.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text-xsl" href="..-XSLT-decoder.xsl"?>
<?xml-stylesheet type="text-xsl" href="../XSLT/decoder.xsl"?>
<!-- Copyright (C) JMRI 2005, 2007 All rights reserved -->
<!-- -->
<!-- JMRI is free software; you can redistribute it and-or modify it under -->
Expand Down
2 changes: 1 addition & 1 deletion xml/decoders/mth/FunctionChoice.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text-xsl" href="..-XSLT-decoder.xsl"?>
<?xml-stylesheet type="text-xsl" href="../XSLT/decoder.xsl"?>
<!-- Copyright (C) JMRI 2005, 2007 All rights reserved -->
<!-- -->
<!-- JMRI is free software; you can redistribute it and-or modify it under -->
Expand Down

0 comments on commit f8bd128

Please sign in to comment.