railpage/railpagecore

View on GitHub
lib/Formatting/BbcodeEtc/templates/code.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php // Place $content directly within the tags to not leave any whitespace for <pre> ?>

<pre class="code decoda-code<?php if (!empty($lang)) { echo ' ' . $classPrefix . $lang; } ?>"<?php if (!empty($hl)) { printf(' %s="%s"', $highlightAttribute, $hl); } ?>><code><?php echo $content; ?></code></pre>