railpage/railpagecore

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

Summary

Maintainability
A
0 mins
Test Coverage

Closing brace must be on a line by itself
Open

<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>

Closing brace must be on a line by itself
Open

<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>

There are no issues that match your filters.

Category
Status