The `prometheus.c` `home_page` functuion outputs a set of information that have a structure like: ``` tite bla bla ``` while it should be something like: ''' title bla bla ``` so that `p` tags are always matched. This does not cause at the moment any problem with browsers, but makes the HTML code cleaner and more correct.