about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2023-01-08 00:14:58 -0600
committerCase Duckworth2023-01-08 00:14:58 -0600
commit27ef90a06b228a67d1bbc63d6f553068572a641e (patch)
tree4b4430d68213ba4194dc2446dc85f9b9196033ad
parentMiscellaneous fixes (diff)
downloadvienna-27ef90a06b228a67d1bbc63d6f553068572a641e.tar.gz
vienna-27ef90a06b228a67d1bbc63d6f553068572a641e.zip
Remove expand from default filters
-rwxr-xr-xvienna2
1 files changed, 1 insertions, 1 deletions
diff --git a/vienna b/vienna index 19792f2..9fd4a42 100755 --- a/vienna +++ b/vienna
@@ -392,7 +392,7 @@ meta() { # meta FIELD [FILE]
392filters() { # filters < INPUT 392filters() { # filters < INPUT
393 ## The filters to run input through. 393 ## The filters to run input through.
394 # This is a good candidate for customization in .vienna.sh. 394 # This is a good candidate for customization in .vienna.sh.
395 phtml | expand 395 phtml
396} 396}
397 397
398### Site building 398### Site building