summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Le Thanh Duong <olivier@lethanh.be>2011-08-07 16:41:21 +0200
committerWill Thompson <will.thompson@collabora.co.uk>2011-08-15 11:24:11 +0100
commitf5ea5f1bbfbbae19ca6823c997410820b576a587 (patch)
treea404492a46eb2bf40b73574415f25d1eeafa0404
parent42497377116e555f4243185cfdd9f009906b489e (diff)
Fix template for EMITS_CHANGED_NONE
Remove the errorneous </div> in EMITS_CHANGED_NONE template code in interface.html which prevented Player_Node.html from rendering correctly
-rw-r--r--doc/templates/interface.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/templates/interface.html b/doc/templates/interface.html
index 1962748e..d039fbe8 100644
--- a/doc/templates/interface.html
+++ b/doc/templates/interface.html
@@ -433,7 +433,7 @@
#elif $property.emits_changed == $property.EMITS_CHANGED_NONE
<div class="annotation emits-changed emits-changed-none">
The <code>org.freedesktop.DBus.Properties.PropertiesChanged</code>
- signal is <strong>not</strong> emitted when this property changes.</div>
+ signal is <strong>not</strong> emitted when this property changes.
</div>
#end if