Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Item13880: HTML errors in ADDTOHEAD
Thanks to LynnwoodBrown for the fix.
  • Loading branch information
gac410 committed Dec 11, 2015
1 parent 21233b5 commit 2e2d916
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PatternSkin/data/System/WebCreateNewTopicComponents.txt
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" date="1435796369" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" date="1449867281" 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 @@ -104,8 +104,8 @@ This is the code used in the [[%SANDBOXWEB%.%HOMETOPIC%]] form:
requires="JavascriptFiles/foswikiStringUnicodeChars"
}%%ADDTOZONE{"head"
tag="WebCreateNewTopicTemplate:META"
text="<noautolink><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>' />"
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>"
requires=""
}%%ENDSECTION{"js"}%

Expand Down

0 comments on commit 2e2d916

Please sign in to comment.