} else if ( isHttpEquiv ) {
                    if ( getHttpEquiv === "" || getHttpEquiv === null ) {
                        errDesc = 'Please fill the http-equiv attribute on meta tag.';
                        pushErrMsg(errDesc);
                    } else if ( getHttpEquiv !== "content-type" ) {