Skip to content
Snippets Groups Projects
Commit 4f5d5bd9 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

minor fix

Rev: tutorial/sitebuilder.pike:1.2
parent 8cfc3914
Branches
Tags v0.5b1-971129-2218
No related merge requests found
......@@ -9,7 +9,7 @@ SGML wmml_to_html(SGML data)
string mkfilename(string section)
{
string s=::mkfilename(section);
return replace(s,".md.html",".md");
return replace(s,".md.html",".html.md");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment