NOTE: If you are a developer, please use a private wiki based on foswiki/trunk on a daily base ...or use
trunk.foswiki.org to view this page for some minimal testing.
Use
Item9693 for docu changes for 1.2 and 2.0.
Item8936: Incorrectly closed script tag markup
--
VernonLyon - 20 Apr 2010
Seems I'm having trouble checking in my SVN change.
I'm getting a "Forbidden" error.
Patch:
Index: TopicUserMappingContrib/data/System/DefaultUserRegistration.txt
===================================================================
--- TopicUserMappingContrib/data/System/DefaultUserRegistration.txt (revision 7231)
+++ TopicUserMappingContrib/data/System/DefaultUserRegistration.txt (working copy)
@@ -126,7 +126,7 @@
color:#f00;
}
</style>
-<script type=\"text/javascript\" src=\"%PUBURL%/%SYSTEMWEB%/JavascriptFiles/foswikiString.js\" />"
+<script type=\"text/javascript\" src=\"%PUBURL%/%SYSTEMWEB%/JavascriptFiles/foswikiString.js\"></script>"
}%%ENDSECTION{"form"}%
--
VernonLyon - 20 Apr 2010
I just wasted some time wondering why the
UserRegistration topic wasn't working - this oversight killed the
strikeone.js in a very strange way indeed.
I have committed your patch which has allowed me to continue my work for the day, thanks Vernon!
This should probably be Closed instead of
WaitingForRelease, because we haven't actually released with this bug, but lately when I've done that I've been wrong - so we'll see what Kenneth says.
--
PaulHarvey - 21 Apr 2010