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:
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>