Merge pull request #40 from gragusa/master

Added string to Date(now()) to prevent method error
pull/44/head
Matti Pastell 2016-04-29 18:51:09 +03:00
commit 9caf014c07
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()