Hardcoded URL for XBEL DTD is wrong in the source

Description

The CBookmarks source use a hardcoded URL for the XBEL DTD, but the location is wrong. The following diff fixes the problem:

— source/org/jasig/portal/channels/bookmarks/CBookmarks.java (revision 466)
+++ source/org/jasig/portal/channels/bookmarks/CBookmarks.java (working copy)
@@ -232,7 +232,7 @@
StringBuffer strbuf = new StringBuffer();

strbuf.append("<?xml version=\"1.0\"?>\n");

Environment

None

is duplicated by

Activity

Show:

Brad Johnson 
August 4, 2005 at 9:59 PM

committed to cvs

Fixed

Details

Assignee

Reporter

Priority

Created January 12, 2005 at 4:35 PM
Updated August 5, 2005 at 8:22 PM
Resolved August 4, 2005 at 9:59 PM