mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Added field to support multiple META tags with same NAME, SF1 bug 122061. Reviewed by mjudge
This commit is contained in:
parent
1194519a26
commit
5fb851fe7f
@ -418,9 +418,12 @@ typedef struct _EDT_DivisionData EDT_DivisionData;
|
||||
|
||||
/*--------------------------- Page Properties --------------------------------*/
|
||||
struct _EDT_MetaData {
|
||||
XP_Bool bHttpEquiv; /* true, http-equiv="fdsfds", false name="fdsfds" */
|
||||
char *pName; /* http-equiv's or name's value */
|
||||
char *pContent;
|
||||
XP_Bool bHttpEquiv; /* true, http-equiv="fdsfds", false name="fdsfds" */
|
||||
char *pName; /* http-equiv's or name's value */
|
||||
char *pContent; /* value of the CONTENT param */
|
||||
char *pPrevContent; /* The previous CONTENT value to search for
|
||||
so we can support multiple items with same
|
||||
name or http-equiv param */
|
||||
};
|
||||
|
||||
typedef struct _EDT_MetaData EDT_MetaData;
|
||||
|
Loading…
Reference in New Issue
Block a user