This commit is contained in:
Jaromil 2015-10-14 16:23:10 +02:00
parent 6c8bfc6750
commit 0f717bc8df
1 changed files with 2 additions and 2 deletions

4
render
View File

@ -101,7 +101,7 @@ render_header() {
<meta name="MSSmartTagsPreventParsing" content="True" />
EOF
[[ $BOOTSTRAP = 0 ]] && {
[[ $BOOTSTRAP = 0 ]] || {
cat <<EOF
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements
http://html5shim.googlecode.com/svn/trunk/html5.js -->
@ -346,7 +346,7 @@ read_meta() {
# calculate the destination path for a file or folder to render from views
calc_dest() {
[[ "$1" ]] || {
[[ "$1" = "" ]] && {
error "error calculating destination: cannot read $1"
return 0 }