Added string to Date(now()) to prevent method error

pull/40/head
Giuseppe Ragusa 2016-04-29 16:32:05 +02:00
parent d5f1fd4d19
commit bc1d88c8d3
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ function pandoc2html(formatted::AbstractString, doc::WeaveDoc, outname::Abstract
path, wsource = splitdir(abspath(doc.source))
wversion = string(Pkg.installed("Weave"))
wtime = Date(now())
wtime = string(Date(now()))
#Change path for pandoc
old_wd = pwd()