str('difftype'); if (!empty($difftype)) { set_doku_pref('difftype', $difftype); } } /** @inheritdoc */ public function tplContent() { (new Ui\Diff())->show(); } }