l11n, unit/app and simplification fixes

This commit is contained in:
Dennis Eichhorn 2023-01-07 19:00:32 +01:00
parent 1f9f7d2755
commit 2b34353a82

View File

@ -90,11 +90,11 @@ echo $this->getData('nav')->render(); ?>
<label><?= $this->getHtml('Backtrace'); ?></label> <label><?= $this->getHtml('Backtrace'); ?></label>
<pre><?= $this->printHtml(\json_encode(\json_decode($log[9] ?? '{}'), \JSON_PRETTY_PRINT)); ?></pre> <pre><?= $this->printHtml(\json_encode(\json_decode($log[9] ?? '{}'), \JSON_PRETTY_PRINT)); ?></pre>
</div> </div>
</div>
<div class="portlet-foot"> <div class="portlet-foot">
<a tabindex="0" class="button" target="_blank" <a tabindex="0" class="button" target="_blank"
href="https://github.com/Karaka-Management/Karaka/issues/new?body=<?= $this->printHtml(\rawurlencode($details)); ?>"><?= $this->getHtml('Report'); ?></a> href="https://github.com/Karaka-Management/Karaka/issues/new?body=<?= $this->printHtml(\rawurlencode($details)); ?>"><?= $this->getHtml('Report'); ?></a>
</div> </div>
</div>
</section> </section>
</div> </div>
</div> </div>