Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <otto@github.com>2022-01-21 01:43:25 +0300
committerMark Otto <otto@github.com>2022-01-21 22:55:27 +0300
commitcc8ee34ba12c7e784e12045468b0aa0c9a78dbf6 (patch)
treea9b088415d7f5aa45fa6f25e7f1b9162df76fba0 /docs
parent78e9dfa96630b81fd33d1a976dc52e0b0cb9acff (diff)
Remove unnecessary line breaks
Diffstat (limited to 'docs')
-rw-r--r--docs/layouts/icons/single.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/layouts/icons/single.html b/docs/layouts/icons/single.html
index d83f236e5..05ad5ae72 100644
--- a/docs/layouts/icons/single.html
+++ b/docs/layouts/icons/single.html
@@ -122,13 +122,13 @@
{{ $hexCodepoint := printf "%X" (int (index $codepoints .File.TranslationBaseName)) }}
<ul class="list-unstyled">
<li>
- Unicode: <code>U+{{- $hexCodepoint}}</code><br/>
+ Unicode: <code>U+{{- $hexCodepoint}}</code>
</li>
<li>
- CSS: <code>\{{- $hexCodepoint}}</code><br/>
+ CSS: <code>\{{- $hexCodepoint}}</code>
</li>
<li>
- JS: <code>\u{{- $hexCodepoint}}</code><br/>
+ JS: <code>\u{{- $hexCodepoint}}</code>
</li>
<li>
HTML: <code>&amp;#x{{- $hexCodepoint}};</code>