about summary refs log tree commit diff stats
path: root/filters/html-converters/rst2html
diff options
context:
space:
mode:
Diffstat (limited to 'filters/html-converters/rst2html')
-rwxr-xr-xfilters/html-converters/rst2html2
1 files changed, 1 insertions, 1 deletions
diff --git a/filters/html-converters/rst2html b/filters/html-converters/rst2html index 756a4e1..02d90f8 100755 --- a/filters/html-converters/rst2html +++ b/filters/html-converters/rst2html
@@ -1,2 +1,2 @@
1#!/bin/bash 1#!/bin/bash
2rst2html.py --template <(echo -e "%(stylesheet)s\n%(body_pre_docinfo)s\n%(docinfo)s\n%(body)s") 2exec rst2html.py --template <(echo -e "%(stylesheet)s\n%(body_pre_docinfo)s\n%(docinfo)s\n%(body)s")