sb.append("<div style=\"min-height:"+ wikiComp.getMinHeight() +"px\" id=\"");
sb.append(uniqueId);
sb.append("\">");
AbstractParser parser = new JFlexParser(input);
parsedDoc = parser.parseHTML(wikiComp.getWikiContent());
} catch (UnsupportedEncodingException e) {
//encoding utf-8 should be ok
} catch (Exception e) {
throw new OLATRuntimeException(this.getClass(), "error while rendering wiki page with content:"+ wikiComp.getWikiContent(), e);
}