Skip to content

Commit c9ec97a

Browse files
committed
Fix formatting
1 parent e70b7e7 commit c9ec97a

3 files changed

Lines changed: 7 additions & 10 deletions

File tree

includes/bootstrap.hdf.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,8 @@
1212
href="https://v6-dev--twbs-bootstrap.netlify.app/docs/6.0/dist/css/bootstrap.min.css"
1313
rel="stylesheet"
1414
/>
15-
<script type="module" src="https://corsproxy.io/?https://v6-dev--twbs-bootstrap.netlify.app/docs/6.0/assets/bootstrap.bundle.iT8eRQvy.js"/>
15+
<script
16+
type="module"
17+
src="https://corsproxy.io/?https://v6-dev--twbs-bootstrap.netlify.app/docs/6.0/assets/bootstrap.bundle.iT8eRQvy.js"
18+
/>
1619
</div>

sample/icons.dita

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -156,12 +156,8 @@
156156
</bodydiv>
157157
<p>Icons can also be placed within buttons as shown:</p>
158158
<bodydiv outputclass="p-3 border">
159-
<xref outputclass="btn-icon theme-primary" href="#"><ph
160-
outputclass="bi bi-arrow-down-square-fill"
161-
/></xref>
162-
<xref outputclass="btn-icon theme-secondary" href="#"><ph
163-
outputclass="bi bi-chat-left-quote-fill"
164-
/></xref>
159+
<xref outputclass="btn-icon theme-primary" href="#"><ph outputclass="bi bi-arrow-down-square-fill"/></xref>
160+
<xref outputclass="btn-icon theme-secondary" href="#"><ph outputclass="bi bi-chat-left-quote-fill"/></xref>
165161
<xref outputclass="btn-icon theme-warning" href="#"><ph outputclass="bi bi-speedometer"/></xref>
166162
<xref outputclass="btn-icon theme-info" href="#"><ph outputclass="bi bi-camera-fill"/></xref>
167163
<xref outputclass="btn-icon theme-accent" href="#"><ph outputclass="bi bi-link"/></xref>

sample/typography.dita

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,7 @@
4949
heading text from Bootstrap 3.</p>
5050
</section>
5151
<bodydiv deliveryTarget="html" outputclass="p-3 border">
52-
<p outputclass="h3">Fancy display heading <ph
53-
outputclass="fs-md fg-secondary"
54-
>with faded secondary text</ph></p>
52+
<p outputclass="h3">Fancy display heading <ph outputclass="fs-md fg-secondary">with faded secondary text</ph></p>
5553
</bodydiv>
5654
<codeblock
5755
>&lt;title&gt;Fancy display heading &lt;ph outputclass="fs-md fg-secondary"&gt;with faded secondary text&lt;/ph&gt;&lt;/title&gt;</codeblock>

0 commit comments

Comments
 (0)