Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4FFFA10CE4 for ; Thu, 1 Aug 2013 18:41:30 +0000 (UTC) Received: (qmail 91862 invoked by uid 500); 1 Aug 2013 18:41:30 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 91724 invoked by uid 500); 1 Aug 2013 18:41:29 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 91709 invoked by uid 99); 1 Aug 2013 18:41:25 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Aug 2013 18:41:25 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id A7C418B6244; Thu, 1 Aug 2013 18:41:25 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jessicawang@apache.org To: commits@cloudstack.apache.org Date: Thu, 01 Aug 2013 18:41:26 -0000 Message-Id: In-Reply-To: <0751824057544eb797547e688745c4f3@git.apache.org> References: <0751824057544eb797547e688745c4f3@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] git commit: updated refs/heads/4.2 to 84151fd CLOUDSTACK-3344: UI > util > _s() should not include ampersand. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/ef8e04a1 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/ef8e04a1 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/ef8e04a1 Branch: refs/heads/4.2 Commit: ef8e04a1a6ee39a6415c8418fedbac25f10a259f Parents: 4fb4afb Author: Jessica Wang Authored: Thu Aug 1 11:34:35 2013 -0700 Committer: Jessica Wang Committed: Thu Aug 1 11:41:15 2013 -0700 ---------------------------------------------------------------------- ui/scripts/ui/utils.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ef8e04a1/ui/scripts/ui/utils.js ---------------------------------------------------------------------- diff --git a/ui/scripts/ui/utils.js b/ui/scripts/ui/utils.js index aeaf02b..769aea7 100644 --- a/ui/scripts/ui/utils.js +++ b/ui/scripts/ui/utils.js @@ -90,8 +90,7 @@ return ''; } - var sanitized = value - .replace(/&/g, "&") + var sanitized = value .replace(//g, ">");