Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
1f3bcd13
Commit
1f3bcd13
authored
Feb 02, 2018
by
Carsten Rose
Browse files
Exception: table class="qfq-table-100"
parent
87240170
Changes
1
Hide whitespace changes
Inline
Side-by-side
extension/qfq/qfq/exceptions/AbstractException.php
View file @
1f3bcd13
...
...
@@ -112,7 +112,7 @@ class AbstractException extends \Exception {
}
}
$debug
=
"
<table border=1
>"
.
$debug
.
"</table>"
;
$debug
=
'
<table border=1
class="qfq-table-100">'
.
$debug
.
"</table>"
;
}
$html
=
"<h2>Error</h2>"
.
Support
::
wrapTag
(
'<p>'
,
$html
.
$htmlForm
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment