summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Le Thanh Duong <olivier@lethanh.be>2011-08-07 16:41:21 +0200
committerMirsal Ennaime <mirsal@mirsal.fr>2011-08-11 17:20:20 +0200
commitbe00905aedb8e17c7054752282b2700d503ff156 (patch)
treee667bd9a985efc4b5daefc923686c61a45b49f70
parentaf962003cb45c965d50c88bc80a06c723e58b5d6 (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 feac841..a736478 100644
--- a/doc/templates/interface.html
+++ b/doc/templates/interface.html
@@ -432,7 +432,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