(www-uri-encode-object): Use `www-uri-encode-feature-name' instead of
authorMORIOKA Tomohiko <tomo.git@chise.org>
Thu, 11 Feb 2021 15:45:33 +0000 (00:45 +0900)
committerMORIOKA Tomohiko <tomo.git@chise.org>
Mon, 22 Feb 2021 04:16:41 +0000 (13:16 +0900)
`est-uri-encode-feature-name-body'.

cwiki-common.el

index b72cfb3..289cb9b 100644 (file)
     (format (if est-hide-cgi-mode
                "rep.id=%s"
              "rep.id:%s")
-           (est-uri-encode-feature-name-body
-            (format "%s" (concord-object-id object))))))
+           (www-uri-encode-feature-name
+            (concord-object-id object)))))
 
 (defun est-format-object (object &optional readable)
   (if (characterp object)