Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
MDL-46982 core: fixes wrong opening div tag
  • Loading branch information
shashitechno committed Sep 5, 2014
1 parent 1e13288 commit 66a9cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/renderer.php
Expand Up @@ -717,7 +717,7 @@ private function fp_js_template_selectlayout() {
<div class="{!}fp-author">'.get_string('author', 'repository').': <span class="fp-value"></span></div>
<div class="{!}fp-dimensions">'.get_string('dimensions', 'repository').': <span class="fp-value"></span></div>
</div>
<div>
</div>
</div>';
return preg_replace('/\{\!\}/', '', $rv);
}
Expand Down

0 comments on commit 66a9cf9

Please sign in to comment.