diff --git a/doc/invalidation-handlers.rst b/doc/invalidation-handlers.rst index 321fb86a..da8be695 100644 --- a/doc/invalidation-handlers.rst +++ b/doc/invalidation-handlers.rst @@ -45,10 +45,10 @@ correct tags on all responses. You can add tags to the handler using:: Before any content is sent out, you need to send the tag header_:: - header(sprintf('%s: %s'), + header(sprintf('%s: %s', $tagHandler->getTagsHeaderName(), $tagHandler->getTagsHeaderValue() - ); + )); .. tip::