File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -825,13 +825,15 @@ example `html-mode'. Known such libraries are:\n\t"
825
825
If the optional argument `QUIET' is non-nil then no syntactic errors are
826
826
reported, even if `c-report-syntactic-errors' is non-nil."
827
827
(if (or (not php-mode-warn-if-mumamo-off)
828
+ (not (php-in-poly-php-html-mode))
828
829
php-warned-bad-indent
829
830
(php-check-html-for-indentation))
830
831
(funcall 'c-indent-region start end quiet)))
831
832
832
833
(defun php-cautious-indent-line ()
833
834
" Carefully indent lines in contexts other than HTML templates."
834
835
(if (or (not php-mode-warn-if-mumamo-off)
836
+ (not (php-in-poly-php-html-mode))
835
837
php-warned-bad-indent
836
838
(php-check-html-for-indentation))
837
839
(let ((here (point ))
You can’t perform that action at this time.
0 commit comments