From: Wolfgang Bangerth Date: Wed, 28 Jun 2000 09:01:44 +0000 (+0000) Subject: Don't escape with a character that is itself escaped. Thus, encodeURL X-Git-Tag: v8.0.0~20326 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85f630d88ea68788e40f4c321284fefada87de60;p=dealii.git Don't escape with a character that is itself escaped. Thus, encodeURL gets idempotent and we immediately can forget all problems with it being called multiply on the same string, which was the reason for almost all incorrect links. git-svn-id: https://svn.dealii.org/trunk@3097 0785d39b-7218-0410-832d-ea1e28bc413d ---