summaryrefslogtreecommitdiff
path: root/src/index-page.sh
diff options
context:
space:
mode:
authorLouie S <louie@example.com>2023-09-14 14:01:25 -0400
committerLouie S <louie@example.com>2023-09-14 14:01:25 -0400
commitd4bd46635fe9a74bf35812ee5b635af177e74cfc (patch)
treeb8ab0d4d303b4c273b1ad845762f086c0a9540e4 /src/index-page.sh
parent1e6a7a7da4e6cae9986b6f8cbb2558df4de8ea42 (diff)
Create packaging for info reader
Diffstat (limited to 'src/index-page.sh')
-rwxr-xr-xsrc/index-page.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index-page.sh b/src/index-page.sh
index 7a1b60d..ef398af 100755
--- a/src/index-page.sh
+++ b/src/index-page.sh
@@ -13,7 +13,7 @@ get_title() {
pup -p -f "$FILE" 'title text{}' | \
tr -d \\n | \
- sed 's/(GNU[^)]*)$//' | \
+ sed 's/ (GNU[^)]*)$//' | \
sed 's/\"/\"\"/g'
}