Add data label
This commit is contained in:
parent
d6af912e6b
commit
1bf72b035d
@ -1523,7 +1523,7 @@ elsif ($ENV{'REQUEST_URI'} =~ /json-error=1/) {
|
|||||||
else {
|
else {
|
||||||
&header($text{'error'}, "");
|
&header($text{'error'}, "");
|
||||||
print "<hr>\n";
|
print "<hr>\n";
|
||||||
print "<h3>",($main::whatfailed ? "$main::whatfailed : " : ""),
|
print "<h3 data-fatal-error-text>",($main::whatfailed ? "$main::whatfailed : " : ""),
|
||||||
@_,"</h3>\n";
|
@_,"</h3>\n";
|
||||||
if ($gconfig{'error_stack'}) {
|
if ($gconfig{'error_stack'}) {
|
||||||
# Show call stack
|
# Show call stack
|
||||||
|
Loading…
x
Reference in New Issue
Block a user