Hi Zaf, I can offer you guess. Is your browser rendering in HTML 5 mode?
You see, in XML, any tag can be self closed (<tag/>). When Cocoon processes the input document without the self-closed tag while filling in the Greek messages, it may decide to self-close empty tags, it doesn't matter XML. However in HTML 5, not all tags can be self-closed. http://xahlee.info/js/html5_non-closing_tag.html The workaround in some places in DSpace has been to insert something (usually ) into such tags, so that they wouldn't self-close. Can you please verify it and report back? Regards, ~~helix84 ------------------------------------------------------------------------------ Got visibility? Most devs has no idea what their production app looks like. Find out how fast your code is with AppDynamics Lite. http://ad.doubleclick.net/clk;262219671;13503038;y? http://info.appdynamics.com/FreeJavaPerformanceDownload.html _______________________________________________ DSpace-tech mailing list DSpace-tech@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dspace-tech

