Skip to content

Commit

Permalink
Change: GMP doc: Start with all RNC sections closed
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmundell authored and bjoernricks committed May 2, 2024
1 parent 148a0f3 commit a7f52e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/schema_formats/HTML/HTML.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

<xsl:apply-templates select="description"/>

<details open="">
<details>
<xsl:call-template name="details-summary-4">
<xsl:with-param name="text" select="concat($index, '.1 RNC')"/>
</xsl:call-template>
Expand Down Expand Up @@ -434,7 +434,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
</ul>
</details>

<details open="">
<details>
<xsl:call-template name="details-summary-4">
<xsl:with-param name="text" select="concat($index, '.2 RNC')"/>
</xsl:call-template>
Expand Down Expand Up @@ -705,7 +705,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
</ul>
</details>

<details open="">
<details>
<xsl:call-template name="details-summary-4">
<xsl:with-param name="text" select="concat($index, '.2 RNC')"/>
</xsl:call-template>
Expand Down

0 comments on commit a7f52e7

Please sign in to comment.