Merge branch 'master' into detect_plotlib

pull/44/head
= 2016-04-29 18:51:58 +03:00
commit a760def865
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()