X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Factions%2FMcrUndoAction.php;h=68c0ea12432ad98d764515d7c4f13eb006457bc9;hb=db3a8beb778ba841cf6bf795312bdba796c58ee5;hp=41cd24e70125ebba6d66ab7ee6b1f3c674131b16;hpb=8ffabe23a195e47af2a117a2a917a280b3459255;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/actions/McrUndoAction.php b/includes/actions/McrUndoAction.php index 41cd24e701..68c0ea1243 100644 --- a/includes/actions/McrUndoAction.php +++ b/includes/actions/McrUndoAction.php @@ -289,8 +289,9 @@ class McrUndoAction extends FormAction { 'h2', [ 'id' => 'mw-previewheader' ], $this->context->msg( 'preview' )->text() ) . - $out->parseAsInterface( $note ) . - "
" + Html::rawElement( 'div', [ 'class' => 'warningbox' ], + $out->parseAsInterface( $note ) + ) ); $pageViewLang = $this->getTitle()->getPageViewLanguage();