Skip to content

Commit e63b481

Browse files
committed
svg() never accepted URLs!
1 parent 38d139b commit e63b481

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/3.x/dev/functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ You can also specify a custom class name that should be added to the root `<svg>
666666
```
667667

668668
::: tip
669-
Consider caching the output, especially if you’re loading SVG files from remote volumes or URLs, so Craft doesn’t download the file each time your template is rendered.
669+
Consider caching the output, especially if you’re loading SVG files from a remote volume, so Craft doesn’t download the file each time your template is rendered.
670670
:::
671671

672672
## `source`

docs/4.x/dev/functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,7 @@ You can also specify a custom class name that should be added to the root `<svg>
792792
```
793793

794794
::: tip
795-
Consider caching the output, especially if you’re loading SVG files from remote volumes or URLs, so Craft doesn’t download the file each time your template is rendered.
795+
Consider caching the output, especially if you’re loading SVG files from a remote volume, so Craft doesn’t download the file each time your template is rendered.
796796
:::
797797

798798
## `tag`

docs/5.x/reference/twig/functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,7 @@ You can also specify a custom class name that should be added to the root `<svg>
924924
```
925925

926926
::: tip
927-
Consider caching the output, especially if you’re loading SVG files from remote volumes or URLs, so Craft doesn’t download the file each time your template is rendered.
927+
Consider caching the output, especially if you’re loading SVG files from a remote volume, so Craft doesn’t download the file each time your template is rendered.
928928
:::
929929

930930
## `tag`

0 commit comments

Comments
 (0)