mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Add an empty line before titles in keymap-*.txt; fixes elinkskeys.5.html
This commit is contained in:
parent
66e9ae4957
commit
6e79a24679
@ -14,6 +14,7 @@ test -d "$CONFIGDIR" || exit
|
||||
|
||||
print_title()
|
||||
{
|
||||
echo
|
||||
echo "$1" | tr 'a-z' 'A-Z'
|
||||
echo "$1" | sed 's/[^~]/~/g'
|
||||
echo
|
||||
|
Loading…
Reference in New Issue
Block a user