diff options
Diffstat (limited to 'help3xsl/xap_templ_query.xsl')
-rw-r--r-- | help3xsl/xap_templ_query.xsl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/help3xsl/xap_templ_query.xsl b/help3xsl/xap_templ_query.xsl index 719d8b9091..a6648d70c7 100644 --- a/help3xsl/xap_templ_query.xsl +++ b/help3xsl/xap_templ_query.xsl @@ -137,12 +137,12 @@ document.write("<span title=\""+D+" "+T+"\">]]><xsl:apply-templates select="//va </div> </div> </aside> -<div class="donation-frame"> +<div id="DonationFrame"> <div class="donation"> <p><a href="https://www.libreoffice.org/donate/?pk_campaign=help" target ="_blank">]]><xsl:value-of select="$ui_donate"/><![CDATA[</a></p> </div> </div> -<div class="search-frame"> +<div id="SearchFrame"> <div class="xapian-omega-search"> </div> </div> |