1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-17 19:06:40 +02:00

example.html: use double quotes

This commit is contained in:
XhmikosR
2019-09-17 14:22:56 +03:00
parent 04acb679ab
commit e40b3355f0

View File

@@ -20,6 +20,6 @@
{{- if eq $show_markup true -}}
{{- $content := replaceRE `<svg.*class=.bd\-placeholder\-img(?:\-lg)?(?:\s*?bd\-placeholder\-img\-lg)?\s?(.*?)".*?<\/svg>\n` `<img src="..." class="$1" alt="...">` $input -}}
{{- $content = replaceRE `(class="\s*?")` `` $content -}}
{{- highlight (trim $content `\n`) `html` `` -}}
{{- $content = replaceRE `(class="\s*?")` "" $content -}}
{{- highlight (trim $content "\n") "html" "" -}}
{{- end -}}