about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xvienna2
1 files changed, 1 insertions, 1 deletions
diff --git a/vienna b/vienna index dba855b..9080571 100755 --- a/vienna +++ b/vienna
@@ -272,7 +272,7 @@ meta() { # meta FIELD [FILE] < INPUT
272filters() { # filters < INPUT 272filters() { # filters < INPUT
273 ## The filters to run input through. 273 ## The filters to run input through.
274 # This is a good candidate for customization in .vienna.sh. 274 # This is a good candidate for customization in .vienna.sh.
275 expand | phtml 275 phtml | expand
276} 276}
277 277
278### Site building 278### Site building