Fixed a bug with the parsing of the css file in the html generator
This commit is contained in:
parent
07496814b1
commit
9e41003bce
1 changed files with 0 additions and 1 deletions
|
@ -3,7 +3,6 @@
|
||||||
file=$1
|
file=$1
|
||||||
style=$2
|
style=$2
|
||||||
html_file=${file::-3}.html
|
html_file=${file::-3}.html
|
||||||
style="${style:'style.css'}
|
|
||||||
|
|
||||||
# Put html header in the file so it imports style.css
|
# Put html header in the file so it imports style.css
|
||||||
cat > $html_file << EOF
|
cat > $html_file << EOF
|
||||||
|
|
Loading…
Reference in a new issue