Skip to content

Commit

Permalink
Item14434: Encode quotest in translated string
Browse files Browse the repository at this point in the history
  • Loading branch information
gac410 committed Jul 15, 2017
1 parent a604b09 commit 2fddc0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PatternSkin/data/System/WebCreateNewTopicComponents.txt
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" date="1449867281" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" date="1500085204" format="1.1" version="1"}%
%META:TOPICPARENT{name="WebHome"}%
---+!! <nop>%TOPIC%
This topic is meant for developers. It contains =INCLUDE= sections to build a "create new topic" form.
Expand Down Expand Up @@ -105,7 +105,7 @@ This is the code used in the [[%SANDBOXWEB%.%HOMETOPIC%]] form:
}%%ADDTOZONE{"head"
tag="WebCreateNewTopicTemplate:META"
text="<noautolink><literal><meta name='foswiki.webTopicCreator.nameFeedback' content='%MAKETEXT{"Topic will be named: "}%' />
<meta name='foswiki.webTopicCreator.errorFeedbackNoWikiName' content='<p class=\"foswikiGrayText\">%MAKETEXT{"Enter the topic name as WikiWord or check the allow non-Wiki Word box."}%</p>' /></literal></noautolink>"
<meta name='foswiki.webTopicCreator.errorFeedbackNoWikiName' content='<p class=\"foswikiGrayText\">%ENCODE{"%MAKETEXT{"Enter the topic name as WikiWord or check the allow non-Wiki Word box."}%" type="entity"}%</p>' /></literal></noautolink>"
requires=""
}%%ENDSECTION{"js"}%

Expand Down

0 comments on commit 2fddc0f

Please sign in to comment.