1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-18 03:11:19 +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 -}} {{- 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 `<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 -}} {{- $content = replaceRE `(class="\s*?")` "" $content -}}
{{- highlight (trim $content `\n`) `html` `` -}} {{- highlight (trim $content "\n") "html" "" -}}
{{- end -}} {{- end -}}