diff --git a/src/Entity/Browser/Container/Page/Content/Plain.php b/src/Entity/Browser/Container/Page/Content/Plain.php index cfd86e85..1f90057a 100644 --- a/src/Entity/Browser/Container/Page/Content/Plain.php +++ b/src/Entity/Browser/Container/Page/Content/Plain.php @@ -21,4 +21,9 @@ class Plain extends Markup ) ); } + + protected function _onActivateLink( + \GtkLabel $label, + string $href + ) {} } \ No newline at end of file