diff options
Diffstat (limited to 'src/index-page.sh')
-rwxr-xr-x | src/index-page.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index-page.sh b/src/index-page.sh index e26cdf8..55cd1ec 100755 --- a/src/index-page.sh +++ b/src/index-page.sh @@ -12,7 +12,7 @@ get_title() { FILE="$1" pup -p -f "$FILE" 'title text{}' | \ - sed 's/(Lexical Analysis With Flex.*)//' | \ + sed 's/ (Lexical Analysis With Flex.*)//' | \ tr -d \\n | \ sed 's/\"/\"\"/g' } |