Passed
Pull Request — master (#93)
by
unknown
03:22
created
admin/jqadm/templates/common/page-standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -214,7 +214,7 @@
 block discarded – undo
214 214
 
215 215
 									<?php foreach( $navitem as $subresource ) : ?>
216 216
 										<?php if( $this->access( $this->config( 'admin/jqadm/resource/' . $subresource . '/groups', [] ) ) ) : ?>
217
-											<li class="<?= str_replace( '/', '-', $subresource); ?>">
217
+											<li class="<?= str_replace( '/', '-', $subresource ); ?>">
218 218
 												<a href="<?= $enc->attr( $this->url( $searchTarget, $cntl, $action, ['resource' => $subresource] + $params, [], $config ) ); ?>">
219 219
 													<span class="name"><?= $enc->html( $this->translate( 'admin', $subresource ) ); ?></span>
220 220
 												</a>
Please login to merge, or discard this patch.