diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/templates/default.context | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/templates/default.context b/data/templates/default.context index f54b55e74..dcd2dde5d 100644 --- a/data/templates/default.context +++ b/data/templates/default.context @@ -105,6 +105,11 @@ $endif$ \setupxtable[body][] \setupxtable[foot][bottomframe=on] +$if(includesource)$ +$for(sourcefile)$ +\attachment[file=$curdir$/$sourcefile$,method=hidden] +$endfor$ +$endif$ $for(header-includes)$ $header-includes$ $endfor$ |