diff options
author | Dknight <smirnov.dmitri@gmail.com> | 2018-07-14 05:14:07 +0300 |
---|---|---|
committer | Dknight <smirnov.dmitri@gmail.com> | 2018-07-14 05:14:07 +0300 |
commit | b1c538a1a76a3325c350edfcecd1c36cbb3a26ee (patch) | |
tree | 9ba97ef24c55b6bf3af99b39f8a8fd776f117ed8 /bb.sh | |
parent | e9edfc02410144240203143de66e194e83f41156 (diff) |
Add missing quote
Diffstat (limited to 'bb.sh')
-rwxr-xr-x | bb.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -938,7 +938,7 @@ create_includes() { else { echo '<!DOCTYPE html>' echo '<html><head>' - echo '<meta charset=UTF-8">' + echo '<meta charset="UTF-8">' echo '<meta name="viewport" content="width=device-width, initial-scale=1.0">' printf '<link rel="stylesheet" href="%s" type="text/css">\n' "${css_include[@]}" if [[ -z $global_feedburner ]]; then |