| http://www.w3.org/ns/prov#value | - The is_page function wrongly returns false when visiting the static home page using the root URL. It correctly returns true when visiting the same page using the /home URL. I found that the is_page function returns a cached result calculated by the parse_query function, which in turn actually parses the URL to tell whether it is a page or not.
|