Skip to content
Snippets Groups Projects
Commit ff2ee0b0 authored by User expired's avatar User expired
Browse files

openolat#156: escape javascript code in the javadocs (next one)

parent dc7469d8
No related branches found
No related tags found
No related merge requests found
......@@ -59,8 +59,8 @@ public interface ComponentRenderer {
/**
* @deprecated please use either the validate(..) method in Component.java in your component or create a new JSAndCSSComponent(...) in your controller which you can then include in your render tree. This method here is legacy and does not support web 2.0 mode.<br>
* <br>
* things like css and .js files to be loaded in the <head>tag, e.g. <script
* src="/bla/blu/blo.js" />
* things like css and .js files to be loaded in the <pre>{@code <head>tag, e.g. <script
* src="/bla/blu/blo.js" /> }</pre>
*
* @param renderer
* @param sb
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment