From ad0bc29940b919e38c4b1038a12c89103d9ae89f Mon Sep 17 00:00:00 2001 From: Ash Clark Date: Fri, 5 Jul 2024 10:43:16 -0400 Subject: [PATCH] Edit URLs in the recommendations box to work without a server. Rather than starting with "/dhq/", URLs to other articles start with "../../../../" to get back to the root directory. (We could trim the `/vol/` from the full URL to reduce the path, but this seemed simpler and fairly reliable.) --- common/xslt/dhq2html.xsl | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/common/xslt/dhq2html.xsl b/common/xslt/dhq2html.xsl index 8b90fe4a3..f83adeba8 100644 --- a/common/xslt/dhq2html.xsl +++ b/common/xslt/dhq2html.xsl @@ -273,7 +273,14 @@ - + + + + + + +