Skip to content

Commit baae32b

Browse files
authored
Merge pull request #157 from p-kaczynski/patch-2
Update how-to-insert-a-picture-into-a-word-processing-document.md
2 parents 889742b + ddc60d2 commit baae32b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/how-to-insert-a-picture-into-a-word-processing-document.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ Then, append the reference to the body. The element should be in a [Run](https:/
236236
) With {.Preset = A.ShapeTypeValues.Rectangle} _
237237
) _
238238
) _
239-
) With {.Uri = "https://schemas.openxmlformats.org/drawingml/2006/picture"} _
239+
) With {.Uri = "http://schemas.openxmlformats.org/drawingml/2006/picture"} _
240240
) _
241241
) With {.DistanceFromTop = 0UI, _
242242
.DistanceFromBottom = 0UI, _

0 commit comments

Comments
 (0)