diff --git a/inc/parser/handler.php b/inc/parser/handler.php
index 7a8fc9bc256189427f85b176e44444e219e5f2b6..a5a79c2ae4a749cb2c8413a4d66a699f615940b3 100644
--- a/inc/parser/handler.php
+++ b/inc/parser/handler.php
@@ -39,6 +39,9 @@ class Doku_Handler {
             $B = & new Doku_Handler_Block();
             $this->calls = $B->process($this->calls);
         }
+				
+				$evt = new event('HANDLER_FINALISED',$this);
+				$evt->advise();
 
         array_unshift($this->calls,array('document_start',array(),0));
         array_unshift($this->calls,array('meta',array($this->meta),0));