We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad19532 commit 9a538abCopy full SHA for 9a538ab
Examples/GenerateDoc.mos
@@ -130,7 +130,7 @@ algorithm
130
<title>\"+sum(s + \".\" for s in strs[1:end-1])+strs[end]+\"</title>
131
</head>
132
<body>
133
- <h1>\" + svgIcon("Icons/" + svgFile,"Icons/" + svgFile,\"svgiconhead\") + \"<a class=\\\"omc-h1-a\\\" href=\\\"index.html\\\">.</a>\";
+ <h1>\" + svgIcon(\"Icons/\" + svgFile,\"Icons/\" + svgFile,\"svgiconhead\") + \"<a class=\\\"omc-h1-a\\\" href=\\\"index.html\\\">.</a>\";
134
for ident in strs[1:end-1] loop
135
compound := if compound == \"\" then ident else compound+\".\"+ident;
136
file := filename(compound+\".html\");
0 commit comments