[BUG] Outputs unparsed PHP-Code on Debug Messages
-
Hello,
I noticed when looking at the HTML-Code of my page that there is that part when the Plugin-Organizer just outputs unparsed PHP-Code:
<div class="PO-debug-msg-container" style="<? print (isset($POAdminStyles['front_debug_style']))? $POAdminStyles['front_debug_style'] : 'position: relative;z-index: 99999;background: #fff;width: 100%;border: 4px solid #000;padding: 10px;'; ?>">
I guess
<?
should be<?php
. Technically<?
is correct, but its recommend to not use it, see here: https://www.php.net/manual/en/language.basic-syntax.phptags.phpIts not a big deal, but technically also not hard to fix
Greetings =)
- The topic ‘[BUG] Outputs unparsed PHP-Code on Debug Messages’ is closed to new replies.