Skip to content

Commit 7670133

Browse files
author
p01
committed
Missing space between resource size and character encoding
1 parent cbff3f9 commit 7670133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resource-manager/resource_templates.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ templates.resource_detail =
328328
],
329329
['span',
330330
cls.ResourceUtil.bytes_to_human_readable(info.size)
331-
+(info.characterEncoding&&ui_strings.S_RESOURCE_ENCODING.replace('%s',info.characterEncoding)),
331+
+(info.characterEncoding&&' '+ui_strings.S_RESOURCE_ENCODING.replace('%s',info.characterEncoding)),
332332
'data-tooltip','js-script-select',
333333
'data-tooltip-text',info.size+' bytes',
334334
'class','resource-detail-overview-size'

0 commit comments

Comments
 (0)