Skip to content

Commit

Permalink
Change: GMP doc: add boxes around example XML
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmundell authored and bjoernricks committed May 8, 2024
1 parent 6db66b9 commit caabd78
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/schema_formats/HTML/HTML.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -733,17 +733,17 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<xsl:apply-templates select="description"/>
<div style="margin-left: 5%; margin-right: 5%;">
<i>Client</i>
<div style="margin-left: 2%; margin-right: 2%;">
<div style="margin-left: 2%; margin-right: 2%; display: flex; align-items: start;">
<xsl:for-each select="request/*">
<pre>
<pre style="border: 1px solid #F5F5F5; border-radius: 4px; padding: 10px 10px 10px 5px; background: #F5F5F5;">
<xsl:call-template name="pretty"/>
</pre>
</xsl:for-each>
</div>
<i>Manager</i>
<div style="margin-left: 2%; margin-right: 2%;">
<div style="margin-left: 2%; margin-right: 2%; display: flex; align-items: start;">
<xsl:for-each select="response/*">
<pre>
<pre style="border: 1px solid #F5F5F5; border-radius: 4px; padding: 10px 10px 10px 5px; background: #F5F5F5;">
<xsl:call-template name="pretty"/>
</pre>
</xsl:for-each>
Expand Down

0 comments on commit caabd78

Please sign in to comment.