Revert "Only read title when in head"

This reverts commit 0189e8aa5c.
This commit is contained in:
Tatsuya Kinoshita
2023-01-07 09:24:03 +09:00
parent c985ae8727
commit de325360b8
2 changed files with 11 additions and 20 deletions

1
fm.h
View File

@@ -675,7 +675,6 @@ struct readbuffer {
#define RB_DEL 0x100000
#define RB_S 0x200000
#define RB_HTML5 0x400000
#define RB_HEAD 0x800000
#define RB_GET_ALIGN(obuf) ((obuf)->flag&RB_ALIGN)
#define RB_SET_ALIGN(obuf,align) do{(obuf)->flag &= ~RB_ALIGN; (obuf)->flag |= (align); }while(0)