You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ostr := if n==2 then matches[2] else OpenModelica.Scripting.stringReplace(OpenModelica.Scripting.stringReplace(OpenModelica.Scripting.stringReplace(str,\"&\",\"&\"),\"<\",\"<\"),\">\",\">\");
177
183
end toHtml;
178
184
179
185
record Item
@@ -234,7 +240,7 @@ for cl in classNames loop
234
240
dirpaths := strtok(dirname(file),"/");
235
241
dirs := dirs + " \"" + dirpaths[end] + "\" ";
236
242
end if;
237
-
comment := OpenModelica.Scripting.stringReplace(getClassComment(cl),"&","&"); // let's escape "&" on the fly
243
+
comment := toHtml(getClassComment(cl)); // let's escape "&" on the fly
0 commit comments