From e07df07ad4545113dad3196663dd13bb844d604c Mon Sep 17 00:00:00 2001 From: Eriksen Costa Date: Fri, 23 Jan 2015 16:16:01 -0200 Subject: [PATCH] Fix the "Source" links extensions The source links were using the hardcoded xhtml extension, ignoring completely the file extension setting. --- templates/html/class.xsl | 2 +- templates/html/interface.xsl | 2 +- templates/html/method.xsl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/html/class.xsl b/templates/html/class.xsl index d47f6a26..2a8c5a69 100644 --- a/templates/html/class.xsl +++ b/templates/html/class.xsl @@ -134,7 +134,7 @@
  • History
  • -
  • Source
  • +
  • Source
  • diff --git a/templates/html/interface.xsl b/templates/html/interface.xsl index acf7e488..bc2fa191 100644 --- a/templates/html/interface.xsl +++ b/templates/html/interface.xsl @@ -104,7 +104,7 @@
  • Methods
  • -
  • Source
  • +
  • Source
  • diff --git a/templates/html/method.xsl b/templates/html/method.xsl index 2fa5c2e1..6063feb3 100644 --- a/templates/html/method.xsl +++ b/templates/html/method.xsl @@ -137,7 +137,7 @@
  • Tasks
  • -
  • Source
  • +
  • Source