diff options
| author | Akshay Nair <phenax5@gmail.com> | 2026-07-04 10:53:44 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2026-07-04 10:53:44 +0530 |
| commit | 6b505a48a23f77867dd9dc75a542ede6ce4ae955 (patch) | |
| tree | e080c3c88f8c449681f45abaccf906230b2ead09 /cgit/filters/about.sh | |
| parent | 1f4c276914a7e5b03a31345d7bf5966e8aff9081 (diff) | |
| download | bacchus-remote-6b505a48a23f77867dd9dc75a542ede6ce4ae955.tar.gz bacchus-remote-6b505a48a23f77867dd9dc75a542ede6ce4ae955.zip | |
Fix html transformation for about + syntax hl changes
Diffstat (limited to 'cgit/filters/about.sh')
| -rwxr-xr-x | cgit/filters/about.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cgit/filters/about.sh b/cgit/filters/about.sh new file mode 100755 index 0000000..e8554b0 --- /dev/null +++ b/cgit/filters/about.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env sh +# About content filter + +/usr/lib/cgit/filters/about-formatting.sh "$@" | /usr/lib/cgit/filters/ediblemonad/html-transform.py + |
