Remove a stray > introduced in [31905].

see #31776.

git-svn-id: https://develop.svn.wordpress.org/trunk@31915 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90) 2015-03-27 23:19:26 +00:00
parent a39ae803b6
commit 1811a80eff
1 changed files with 1 additions and 1 deletions

View File

@ -329,7 +329,7 @@ $can_delete = current_user_can( 'delete_themes' );
/* translators: %s: theme name */
printf( __( '<span>Active:</span> %s' ), '{{ data.name }}' );
?>
></h3>
</h3>
<# } else { #>
<h3 class="theme-name" id="{{ data.id }}-name">{{{ data.name }}}</h3>
<# } #>