Update of
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources
In directory
james.mmbase.org:/tmp/cvs-serv7547/cmsc/contentrepository/src/webapp/editors/resources
Modified Files:
Tag: b1_4
urlinfo.jsp
Log Message:
CMSC-1190
See also:
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources
See also: http://www.mmbase.org/jira/browse/CMSC-1190
Index: urlinfo.jsp
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources/urlinfo.jsp,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -u -b -r1.6 -r1.6.2.1
--- urlinfo.jsp 28 Jan 2008 22:41:56 -0000 1.6
+++ urlinfo.jsp 16 Dec 2008 13:00:20 -0000 1.6.2.1
@@ -41,10 +41,10 @@
<c:when test="${empty isValidUrl}">
<fmt:message
key="urlsearch.validurl.unknown" />
</c:when>
- <c:when test="${isValidUrl eq 0}">
+ <c:when test="${!isValidUrl}">
<fmt:message
key="urlsearch.validurl.invalid" />
</c:when>
- <c:when test="${isValidUrl eq 1}">
+ <c:when test="${isValidUrl}">
<fmt:message
key="urlsearch.validurl.valid" />
</c:when>
<c:otherwise>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs