Skip to content

Commit 09b442d

Browse files
committed
optimize code formating
1 parent c981ad9 commit 09b442d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/classic-ui/images.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,6 +505,8 @@ In these info's we have everything we need to generate our image URL's, without
505505

506506
```xml
507507
<li tal:define="preview python: brain.images_scales['picture'][0]['scales']['preview']">
508-
<img src="${python: preview['download']}" width="${python: preview['width']}" height="${python: preview['height']}" />
508+
<img src="${python: preview['download']}"
509+
width="${python: preview['width']}"
510+
height="${python: preview['height']}" />
509511
</li>
510512
```

0 commit comments

Comments
 (0)