Skip to content

Commit

Permalink
- Filename-escape
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11134 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Feb 14, 2012
1 parent e399274 commit 74d6c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/GenerateDoc.mos
Expand Up @@ -107,7 +107,7 @@ algorithm
<h1><a href = \\\"index.html\\\">.</a>\";
for ident in strs[1:end-1] loop
compound := if compound == \"\" then ident else compound+\".\"+ident;
file := compound+\".html\";
file := filename(compound+\".html\");
head := head + \"<a href = \\\"\"+file+\"\\\">\"+ident+\"</a>.\";
end for;
head := head + strs[end] + \"</h1>\";
Expand Down

0 comments on commit 74d6c60

Please sign in to comment.