From d93d3af8237750e61d094bd56f5845423db76495 Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Wed, 9 May 2001 14:15:18 +0000 Subject: [PATCH] URIs containing # are now threaded in the "right" way, which is The #-part is removed, the URL to uwobo is generated and the removed #-part is appended to the computed URL. Note: in this way the #-part is not passed to the getter and then back to the source. For a #-part this seems reasonable, but could not work with CGIs looking to the #-part. (Do they exist?) --- helm/style/links_library.xsl | 60 ++++++++++++++++++++++++++++++++++-- 1 file changed, 57 insertions(+), 3 deletions(-) diff --git a/helm/style/links_library.xsl b/helm/style/links_library.xsl index 18db37a0c..1457169fd 100644 --- a/helm/style/links_library.xsl +++ b/helm/style/links_library.xsl @@ -247,13 +247,50 @@ + + + + + + + + + + + + + + %23 + + + - %26param.CICURI%3D + %26param.CICURI%3D + + + + + + + + + + + + + + + + %23 + + + - %26param.CICURI%3D + %26param.CICURI%3D + @@ -262,11 +299,28 @@ + + + + + + + + + + + + + %23 + + + - &param.CICURI=&param.type= + &param.CICURI=&param.type= + -- 2.39.2