Skip to content
Snippets Groups Projects
Commit a76c7c6f authored by Olivier Couet's avatar Olivier Couet
Browse files

use \htmlinclude instead of \htmlinclude[block] to include the JS image

parent 30065525
Branches
Tags
No related merge requests found
...@@ -343,7 +343,7 @@ void FilterTutorial() ...@@ -343,7 +343,7 @@ void FilterTutorial()
IN.erase(i,IN.length()); IN.erase(i,IN.length());
ExecuteCommand(StringFormat("root -l -b -q \"makerootfile.C(\\\"%s\\\",\\\"%s\\\",\\\"%s\\\",false,false)\"", ExecuteCommand(StringFormat("root -l -b -q \"makerootfile.C(\\\"%s\\\",\\\"%s\\\",\\\"%s\\\",false,false)\"",
gFileName.c_str(), IN.c_str(), gOutDir.c_str())); gFileName.c_str(), IN.c_str(), gOutDir.c_str()));
ReplaceAll(gLineString, "macro_image", StringFormat("htmlinclude[block] %s.html",IN.c_str())); ReplaceAll(gLineString, "macro_image", StringFormat("htmlinclude %s.html",IN.c_str()));
} else { } else {
if (gPython) { if (gPython) {
if (nobatch) { if (nobatch) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment