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:
@@ -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 -}}
|
||||
|
Reference in New Issue
Block a user