[interchange] Hard code UrlJoiner because changes to postprocessing for MV_HTML_4_COMPLIANT

Mike Heins <[email protected]>
Newsgroups gmane.comp.web.interchange.cvs
Message-ID <[email protected]>
commit 8519337f8b21c80dc5e216b2e7e69429f33dbe60
Author: Mike Heins <[email protected]>
Date:   Fri Mar 4 11:02:35 2011 -0500

    Hard code UrlJoiner because changes to postprocessing for MV_HTML_4_COMPLIANT
    stepped on the AutoVariable setting.

 dist/lib/UI/pages/admin/menu_editor.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/dist/lib/UI/pages/admin/menu_editor.html b/dist/lib/UI/pages/admin/menu_editor.html
index aae26fa..eccc131 100644
--- a/dist/lib/UI/pages/admin/menu_editor.html
+++ b/dist/lib/UI/pages/admin/menu_editor.html
@@ -798,7 +798,7 @@ function escapeParams (parms) {
 	parms = parms.replace(/=/g, "-_EQUAL_X_-");
 	parms = parms.replace(/\n/g, "-_NEWLINE_X_-");
 	parms = escape(parms);
-	parms = parms.replace(/-_NEWLINE_X_-/g, '@@UrlJoiner@@');
+	parms = parms.replace(/-_NEWLINE_X_-/g, '&');
 	parms = parms.replace(/-_EQUAL_X_-/g, '=');
 	// alert("parms=" + parms);
 	return parms;
@@ -807,7 +807,7 @@ function escapeParams (parms) {
 function unescapeParams (parms) {
 	// alert("parms=" + parms);
 	parms = parms.replace(/=/g, "-_EQUAL_X_-");
-	parms = parms.replace(/@@UrlJoiner@@/g, "-_NEWLINE_X_-");
+	parms = parms.replace(/&/g, "-_NEWLINE_X_-");
 	parms = unescape(parms);
 	parms = parms.replace(/-_NEWLINE_X_-/g, "\n");
 	parms = parms.replace(/-_EQUAL_X_-/g, '=');
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.