diff --git a/all.sas b/all.sas index 3846be3..28364c3 100644 --- a/all.sas +++ b/all.sas @@ -24438,7 +24438,7 @@ proc http method='POST' out=&fname1 &oauth_bearer in=&fref "Authorization"="Bearer &&&access_token_var" %end; "Content-Disposition"= - %if "&ext"="SVG" %then %do; + %if "&ext"="SVG" or "&ext"="HTML" %then %do; "filename=""&name"";" %end; %else %do; diff --git a/viya/mv_createfile.sas b/viya/mv_createfile.sas index ad2f681..2f7d675 100644 --- a/viya/mv_createfile.sas +++ b/viya/mv_createfile.sas @@ -215,7 +215,7 @@ proc http method='POST' out=&fname1 &oauth_bearer in=&fref "Authorization"="Bearer &&&access_token_var" %end; "Content-Disposition"= - %if "&ext"="SVG" %then %do; + %if "&ext"="SVG" or "&ext"="HTML" %then %do; "filename=""&name"";" %end; %else %do;