diff options
Diffstat (limited to 'doc/templates/interface.html')
-rw-r--r-- | doc/templates/interface.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/templates/interface.html b/doc/templates/interface.html index f0c77a40..ac258043 100644 --- a/doc/templates/interface.html +++ b/doc/templates/interface.html @@ -286,14 +286,14 @@ #end if #if $interface.tpproperties - <div class="outset tpproperties property"> + <div class="outset tpproperties tpproperty"> <a name="tpproperties"></a> <h1>Telepathy Properties</h1> <div> Accessed using the org.freedesktop.Telepathy.Properties interface. </div> #for $property in $interface.tpproperties - <div class="inset property"> + <div class="inset tpproperty"> <a name="$property.name"></a> <span class="permalink">(<a href="$property.get_url()">Permalink</a>)</span> <h2> |