Skip to content

Commit c52896d

Browse files
committed
Themes: Fix HTML markup for screenshots. props kovshenin. fixes #25959.
git-svn-id: https://develop.svn.wordpress.org/trunk@26504 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 720930f commit c52896d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/wp-admin/themes.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,12 +210,12 @@
210210

211211
<script id="tmpl-theme" type="text/template">
212212
<# if ( data.screenshot[0] ) { #>
213-
<div class="theme-screenshot">
214-
<img src="{{ data.screenshot[0] }}" alt="" />
213+
<div class="theme-screenshot">
214+
<img src="{{ data.screenshot[0] }}" alt="" />
215+
</div>
215216
<# } else { #>
216217
<div class="theme-screenshot blank"></div>
217218
<# } #>
218-
</div>
219219
<div class="theme-author"><?php printf( __( 'By %s' ), '{{{ data.author }}}' ); ?></div>
220220
<h3 class="theme-name">{{ data.name }}</h3>
221221

0 commit comments

Comments
 (0)