mirror of
https://github.com/privacore/open-source-search-engine.git
synced 2025-07-13 02:36:06 -04:00
Print inhead section
This commit is contained in:
@ -2406,6 +2406,9 @@ void Sections::printFlags (SafeBuf *sbuf , Section *sn ) {
|
||||
if ( f & SEC_SELECT )
|
||||
sbuf->safePrintf("inselect ");
|
||||
|
||||
if ( f & SEC_IN_HEAD )
|
||||
sbuf->safePrintf("inhead ");
|
||||
|
||||
if ( f & SEC_IN_TITLE )
|
||||
sbuf->safePrintf("intitle ");
|
||||
|
||||
|
Reference in New Issue
Block a user