Skip to content

Commit

Permalink
Removed extraneous character
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoutanov committed May 25, 2019
1 parent e9c5ee6 commit ce575c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/templates/message-inspector.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<#list messages as msg>
<#assign offset=messageForm.offset + msg_index>
<div data-offset="${offset}" class="message-detail">
<span class="label label-default">Offset:</span> ${offset} &nbsp;d
<span class="label label-default">Offset:</span> ${offset} &nbsp;
<span class="label label-default">Key:</span> ${msg.key!''} &nbsp;
<span class="label label-default">Headers:</span> ${msg.headers}
<div>
Expand Down

0 comments on commit ce575c4

Please sign in to comment.