no message

git-svn-id: https://svn.coded.pt/svn/SIPRP@508 bb69d46d-e84e-40c8-a05a-06db0d633741
lxbfYeaa
Luis Flores 21 years ago
parent 27217d94e5
commit fbf3128d1e

@ -17,6 +17,7 @@ import org.apache.velocity.app.*;
import com.evolute.utils.arrays.*;
import com.evolute.utils.db.*;
import com.evolute.utils.sql.*;
import com.evolute.utils.strings.*;
/**
*
@ -98,7 +99,7 @@ public class NewsServlet extends HttpServlet
if( o != null && o.length > 0 )
{
//System.err.println( "NEWS: " + o[ 0 ][ 0 ].toString() );
return o[ 0 ][ 0 ].toString() + " - " + o[ 0 ][ 1 ].toString();
return o[ 0 ][ 0 ].toString() + " - " + StringConverter.unicodeToHTML( o[ 0 ][ 1 ].toString() );
}
}
catch( Exception ex )

Loading…
Cancel
Save