Skip to content

Commit 47e9b93

Browse files
000-852: img alt
1 parent 8880328 commit 47e9b93

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/en/SharePointOnline/Exportfolderstructure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ $xmlDoc.Save($XMLPath)
179179

180180
# Sample results
181181

182-
<img src="/articles/images/Github-XML2.png" width="400">
182+
<img src="/articles/images/Github-XML2.png" width="400" alt="SharePoint sample results">
183183

184184

185185
# See Also

articles/en/SharePointOnline/custompageheader.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ Using PnP you can customize your page header
1919
Set-PnPPage -Identity "MyPage" -HeaderType None
2020
```
2121

22-
<img src="/articles/img/pageheadernone.PNG" width="600"><br/>
22+
<img src="/articles/img/pageheadernone.PNG" width="600" alt="SharePoint page header" ><br/>
2323

2424
```powershell
2525
Set-PnPPage -Identity "MyPage" -HeaderType Default
2626
```
2727

28-
<img src="/articles/img/pageheaderdefault.PNG" width="600"><br/>
28+
<img src="/articles/img/pageheaderdefault.PNG" width="600" alt="SharePoint page header" ><br/>
2929

3030

3131

0 commit comments

Comments
 (0)