Skip to content

Commit b8ffb04

Browse files
authored
Change xmlns to http
xmlns with https causes an error when uploading the package
1 parent ef20f39 commit b8ffb04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/reporting-services/branding-the-web-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ You can also **Download** or **Remove** the package. Removing the package will r
145145

146146
```xml
147147
<?xml version="1.0" encoding="utf-8"?>
148-
<SystemResourcePackage xmlns="https://schemas.microsoft.com/sqlserver/reporting/2016/01/systemresourcepackagemetadata"
148+
<SystemResourcePackage xmlns="http://schemas.microsoft.com/sqlserver/reporting/2016/01/systemresourcepackagemetadata"
149149
type="UniversalBrand"
150150
version="2.0.2"
151151
name="Multicolored example brand"

0 commit comments

Comments
 (0)