Skip to content

Commit e73bd62

Browse files
committed
Is. #879 PR #902 - Per #851 move 'LOADING' to end
1 parent e5ef43f commit e73bd62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/tidyenum.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1083,7 +1083,6 @@ typedef enum
10831083
TidyAttr_LAST_VISIT, /**< LAST_VISIT= */
10841084
TidyAttr_LEFTMARGIN, /**< LEFTMARGIN= */
10851085
TidyAttr_LINK, /**< LINK= */
1086-
TidyAttr_LOADING, /**< LOADING= */
10871086
TidyAttr_LONGDESC, /**< LONGDESC= */
10881087
TidyAttr_LOWSRC, /**< LOWSRC= */
10891088
TidyAttr_MARGINHEIGHT, /**< MARGINHEIGHT= */
@@ -1345,6 +1344,7 @@ typedef enum
13451344

13461345
TidyAttr_XMLNSXLINK, /**< svg xmls:xlink="url" */
13471346
TidyAttr_SLOT, /**< SLOT= */
1347+
TidyAttr_LOADING, /**< LOADING= */
13481348

13491349
N_TIDY_ATTRIBS /**< Must be last */
13501350
} TidyAttrId;

0 commit comments

Comments
 (0)