Kaydet (Commit) de476d01 authored tarafından Noel Grandin's avatar Noel Grandin

cid#1103689 missing break in switch

Change-Id: I28338145fdd71ec25b9c6d291e445d35636e43a9
üst cc24e7eb
......@@ -353,8 +353,10 @@ int HTMLParser::FilterToken( int nToken )
case HTML_HEAD_OFF:
bIsInBody = true;
bIsInHeader = false;
break;
case HTML_HEAD_ON:
bIsInHeader = HTML_HEAD_ON == nToken;
bIsInHeader = true;
break;
case HTML_BODY_ON:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment