]> git.mxchange.org Git - mailer.git/blobdiff - inc/template-functions.php
New extension ext-cliclbanner introduced, a lot SVN properties changed
[mailer.git] / inc / template-functions.php
index 3dfc1671a36b170fa1c5c26d1da31e71bdd473c8..86cef50ed22b549c5ab7033fc861e58fa37a3dde 100644 (file)
@@ -1191,8 +1191,8 @@ function debug_report_bug ($F, $L, $message = '', $sendEmail = true) {
        $debug .= 'Please report this bug at <a title="Direct link to the bug-tracker" href="http://bugs.mxchange.org" rel="external" target="_blank">http://bugs.mxchange.org</a> and include the logfile from <strong>' . str_replace(getPath(), '', getCachePath()) . 'debug.log</strong> in your report (you can now attach files):<pre>';
        $debug .= debug_get_printable_backtrace();
        $debug .= '</pre>';
-       $debug .= '<div>Request-URI: ' . getRequestUri() . '</div>';
-       $debug .= '<div>Thank you for finding bugs.</div>';
+       $debug .= '<div class="para">Request-URI: ' . getRequestUri() . '</div>';
+       $debug .= '<div class="para">Thank you for finding bugs.</div>';
 
        // Send an email? (e.g. not wanted for evaluation errors)
        if (($sendEmail === true) && (!isInstallationPhase())) {