From: "Daniel P. Berrange" <[email protected]>

If no todo.cfg is present, make sure the stub is in HTML5
format and clearly states that the config was not available

Pushed as another website build breaker fix

Signed-off-by: Daniel P. Berrange <[email protected]>
---
 docs/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/Makefile.am b/docs/Makefile.am
index b4855d1..2d22743 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -149,7 +149,7 @@ todo.html.in: todo.pl
                || { rm $@ && exit 1; }; \
        else \
                echo "Stubbing $@"; \
-               echo "<html><body><h1>Todo list</h1></body></html>" > $@ ; \
+               echo "<html 
xmlns=\"http://www.w3.org/1999/xhtml\";><body><h1>Todo list unavailable: no 
config file</h1></body></html>" > $@ ; \
        fi
 
 todo:
-- 
1.8.1.4

--
libvir-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to