Skip to content

Commit cb98572

Browse files
author
Daniel Herzog
committed
Small fix for headlines in network-details
1 parent f5d6a55 commit cb98572

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/network/network_details_templates.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ templates._details_content = function(entry, do_raw)
7676
[
7777
[
7878
"span",
79-
entry.touched_network && responsecode ? String(responsecode) : "",
79+
entry.touched_network && responsecode ? String(responsecode) + " – " : "",
8080
"data-spec", "http#" + entry.last_responsecode
8181
],
82-
["span", " – " + entry.url]
82+
["span", entry.url]
8383
]
8484
]
8585
)

0 commit comments

Comments
 (0)