diff options
| author | Philipp Schafft <lion@lion.leolix.org> | 2015-10-04 10:52:29 +0000 |
|---|---|---|
| committer | Philipp Schafft <lion@lion.leolix.org> | 2017-03-27 02:11:20 +0000 |
| commit | 6a1f0f2279355c9133ccc60612f4fa1127e9a6b3 (patch) | |
| tree | 1ddf4de72b96cd61c23a8a19a52f0b0c6815253d /webgen | |
| parent | 2a90047de5ea5928b2dfcbceefb272460ed3f998 (diff) | |
support =-expandition in href=""
Diffstat (limited to 'webgen')
| -rwxr-xr-x | webgen | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -188,7 +188,7 @@ proc_page() { cat_file -$END } | \ sed "$SECTIONS_REGEX" | \ - sed 's#href="[+~]\([^"\#]*\)\(\#*[^"]*\)"#href="\1'"$PAGE_SUFFIX"'\2"#g' > "$OF" + sed 's#href="[+~]\([^"\#]*\)\(\#*[^"]*\)"#href="\1'"$PAGE_SUFFIX"'\2"#g; s#href="=\([^"]*\)"#href="\1"#g' > "$OF" } proc_raw() { |
