From ad5916d7c153bbbeed737a09c9a0f95dc15ef386 Mon Sep 17 00:00:00 2001 From: felixmoeller Date: Fri, 16 Apr 2010 20:08:25 +0000 Subject: [PATCH] Remove HTML content from a css file. The html part is now moved into Java. This issue had been reported at http://sourceforge.net/tracker/?func=detail&atid=879335&aid=2874694&group_id=176962 --- client/src/org/adempiere/apps/graph/HtmlDashboard.java | 2 ++ client/src/org/compiere/images/PAPanel.css | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/org/adempiere/apps/graph/HtmlDashboard.java b/client/src/org/adempiere/apps/graph/HtmlDashboard.java index f848d6986e..913e873ff4 100644 --- a/client/src/org/adempiere/apps/graph/HtmlDashboard.java +++ b/client/src/org/adempiere/apps/graph/HtmlDashboard.java @@ -119,8 +119,10 @@ public class HtmlDashboard extends JPanel implements MouseListener, ins = new InputStreamReader(url.openStream()); BufferedReader bufferedReader = new BufferedReader( ins ); String cssLine; + result += ""; } catch (IOException e1) { log.log(Level.SEVERE, e1.getLocalizedMessage(), e1); } diff --git a/client/src/org/compiere/images/PAPanel.css b/client/src/org/compiere/images/PAPanel.css index 39d31a11ed..ff46474b4f 100644 --- a/client/src/org/compiere/images/PAPanel.css +++ b/client/src/org/compiere/images/PAPanel.css @@ -1,4 +1,3 @@ - \ No newline at end of file