Skip to content

Commit 9a538ab

Browse files
committed
Fix parsing error
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17434 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent ad19532 commit 9a538ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/GenerateDoc.mos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ algorithm
130130
<title>\"+sum(s + \".\" for s in strs[1:end-1])+strs[end]+\"</title>
131131
</head>
132132
<body>
133-
<h1>\" + svgIcon("Icons/" + svgFile,"Icons/" + svgFile,\"svgiconhead\") + \"<a class=\\\"omc-h1-a\\\" href=\\\"index.html\\\">.</a>\";
133+
<h1>\" + svgIcon(\"Icons/\" + svgFile,\"Icons/\" + svgFile,\"svgiconhead\") + \"<a class=\\\"omc-h1-a\\\" href=\\\"index.html\\\">.</a>\";
134134
for ident in strs[1:end-1] loop
135135
compound := if compound == \"\" then ident else compound+\".\"+ident;
136136
file := filename(compound+\".html\");

0 commit comments

Comments
 (0)