From a4db690e3d09d2341b101557fa2875423db192d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Br=C3=BCning?= Date: Mon, 3 Jun 2013 18:36:01 +0200 Subject: Fix the html output of the QObjectXmlModel example. Added a title to the XQuery file to prevent generating an invalid self-closing title tag in the html output. Task-number: QTBUG-31525 Change-Id: Ieef162ebc9a89028b7cde81d0b42c649232488c7 Reviewed-by: Jocelyn Turcotte --- .../xmlpatterns/qobjectxmlmodel/queries/statisticsInHTML.xq | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/webkitwidgets/xmlpatterns/qobjectxmlmodel/queries/statisticsInHTML.xq b/examples/webkitwidgets/xmlpatterns/qobjectxmlmodel/queries/statisticsInHTML.xq index 14a7a14..8d5dcb2 100644 --- a/examples/webkitwidgets/xmlpatterns/qobjectxmlmodel/queries/statisticsInHTML.xq +++ b/examples/webkitwidgets/xmlpatterns/qobjectxmlmodel/queries/statisticsInHTML.xq @@ -1,6 +1,6 @@ - + Generated statistics

In total the tree has {count($root//QObject)} QObject instances.

-- cgit v1.2.3