diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-02-21 10:28:57 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-02-22 13:12:58 +0100 |
commit | d0bf3b122de80bce6edddcb309bf7ed3a176e9cd (patch) | |
tree | fa505a05813a1243c7cf07b2051562956b9775f4 /help3xsl/online_transform.xsl | |
parent | f48d72b4a80d8d6f21f2b335dc94e0500bbbcf60 (diff) |
Refactor XSLTs and CSS (2)
class -> id
Change-Id: I62c1af5a0203bb66fdd291dbf55633cbb3731353
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/89207
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'help3xsl/online_transform.xsl')
-rw-r--r-- | help3xsl/online_transform.xsl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/help3xsl/online_transform.xsl b/help3xsl/online_transform.xsl index 5f06749dc0..c3bdfba188 100644 --- a/help3xsl/online_transform.xsl +++ b/help3xsl/online_transform.xsl @@ -215,7 +215,7 @@ <div id="DisplayArea" itemprop="articleBody"> <xsl:apply-templates select="/helpdocument/body"/> </div> - <div class="search-frame"> + <div id="SearchFrame"> <xsl:if test="$online"> <xsl:if test="$xapian='yes'"> <div class="xapian-omega-search"> @@ -227,7 +227,7 @@ </xsl:if> </xsl:if> </div> - <div class="donation-frame"> + <div id="DonationFrame"> <xsl:if test="$online"> <div class="donation"> <p><a href="https://www.libreoffice.org/donate/?pk_campaign=help" target ="_blank"><xsl:value-of select="$ui_donate"/></a></p> |