ajwillia-ms pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=93995b00930730e1462b766657e3cb8a4052978a
commit 93995b00930730e1462b766657e3cb8a4052978a Author: Andy Williams <[email protected]> Date: Wed Nov 22 09:59:52 2017 +0000 docgen: Correct title plugin usage --- src/scripts/elua/apps/docgen/writer.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/elua/apps/docgen/writer.lua b/src/scripts/elua/apps/docgen/writer.lua index 59b81952a7..d195619247 100644 --- a/src/scripts/elua/apps/docgen/writer.lua +++ b/src/scripts/elua/apps/docgen/writer.lua @@ -158,7 +158,7 @@ writers["dokuwiki"] = util.Object:clone { self.file = assert(io.open(dutil.make_page(subs, "txt"), "w")) if title then if M.has_feature("title") then - self:write_raw("<title>", title, "</title>") + self:write_raw("~~Title: ", title, "~~") self:write_nl() else self:write_h(title, 1) --
