Skip to content

Commit 6931e31

Browse files
committed
Force objectivec syntax highlight on packet format
1 parent 1300d17 commit 6931e31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/Packet/View.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ require('./header.inc.phtml'); ?>
9999
}
100100
?></td></tr>
101101
<tr><th class="text-right">Message Format:<br/><sup class="text-muted">(does not include protocol header)</sup></th><td>
102-
<pre class="border border-primary overflow-auto rounded bg-dark text-light"><code><?=$object->getPacketFormat()?></code></pre>
102+
<pre class="border border-primary overflow-auto rounded bg-dark text-light"><code class="language-objectivec"><?=$object->getPacketFormat()?></code></pre>
103103
</td></tr>
104104
</tbody></table>
105105

0 commit comments

Comments
 (0)