MDL-46982 core: fixes wrong opening div tag
This commit is contained in:
+1
-1
@@ -717,7 +717,7 @@ class core_files_renderer extends plugin_renderer_base {
|
||||
<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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user