mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/12273] Fix table header for adm events
PHPBB3-12273
This commit is contained in:
parent
dbac4bb5c0
commit
35f8b7f5ea
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ class md_exporter
|
||||||
*/
|
*/
|
||||||
public function export_events_for_wiki()
|
public function export_events_for_wiki()
|
||||||
{
|
{
|
||||||
if ($this->filter === 'acp')
|
if ($this->filter === 'adm')
|
||||||
{
|
{
|
||||||
$wiki_page = '= ACP Template Events =' . "\n";
|
$wiki_page = '= ACP Template Events =' . "\n";
|
||||||
$wiki_page .= '{| class="zebra sortable" cellspacing="0" cellpadding="5"' . "\n";
|
$wiki_page .= '{| class="zebra sortable" cellspacing="0" cellpadding="5"' . "\n";
|
||||||
|
|
Loading…
Add table
Reference in a new issue