Skip to content

Commit

Permalink
Allow highlight language message
Browse files Browse the repository at this point in the history
  • Loading branch information
natanfelles committed Jan 21, 2022
1 parent 628937e commit 3ecfe11
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Debug/LanguageCollector.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,9 @@ protected function renderLines() : string
<tr>
<td><?= \htmlentities($line['file']) ?></td>
<td><?= \htmlentities($line['line']) ?></td>
<td><?= \htmlentities($line['message']) ?></td>
<td>
<pre><code class="language-icu-message-format"><?= \htmlentities($line['message']) ?></code></pre>
</td>
<td><?= \htmlentities($line['locale']) ?></td>
<td><?= \htmlentities($line['fallback']) ?></td>
</tr>
Expand Down

0 comments on commit 3ecfe11

Please sign in to comment.