File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -133,9 +133,9 @@ protected
133133 String docInfo, revision;
134134algorithm
135135 docInfo := if item.docInfo[1] == \"\" or (not OpenModelica.Scripting.regexBool(docInfo,\"^.*<[Hh][Tt][Mm][Ll]>.*$\"))
136- then preSuffixIfNotEmpty(\"<h2>Information: </h2><pre>\", item.comment, \"</pre>\")
137- else \"<h2>Information: </h2>\" + item.docInfo[1];
138- revision := if item.docInfo[2] <> \"\" then \"<h2>Revisions: </h2>\" + item.docInfo[2] else \"\";
136+ then preSuffixIfNotEmpty(\"<h2>Information</h2><pre>\", item.comment, \"</pre>\")
137+ else \"<h2>Information</h2>\" + item.docInfo[1];
138+ revision := if item.docInfo[2] <> \"\" then \"<h2>Revisions</h2>\" + item.docInfo[2] else \"\";
139139 res := item.head + docInfo + item.interface + item.short + item.contents + revision + version;
140140end itemString;
141141
You can’t perform that action at this time.
0 commit comments