summaryrefslogtreecommitdiff
path: root/example/view.xsl
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2019-02-05 05:14:26 +0300
committerdefanor <defanor@uberspace.net>2019-02-05 05:14:26 +0300
commita5ffe01c8806b720a99569dd407a4b14a67693e3 (patch)
tree540006cd70fb07dc7af03b42b9673d83627a68f5 /example/view.xsl
parente180c98004e213ff99d963f391b5f973ce952f7a (diff)
Use plain CGI
This eliminates the last of large Haskell dependencies. The multipart enctype is not supported now.
Diffstat (limited to 'example/view.xsl')
-rw-r--r--example/view.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/view.xsl b/example/view.xsl
index 84a9d5a..8b5dde8 100644
--- a/example/view.xsl
+++ b/example/view.xsl
@@ -9,7 +9,7 @@
<xsl:include href="common.xsl"/>
<xsl:template match="bugs:table/bugs:row">
- <a href="list.xhtml?q=select%20bug_search(%27%27,%20%27%27,%2010,%200)">back to listing</a>
+ <a href="?auth={$auth}&amp;t=list&amp;q=select%20bug_search(%27%27,%20%27%27,%2010,%200)">back to listing</a>
<dl>
<dt>ID</dt>
<dd><xsl:copy-of select="bugs:id/text()" /></dd>