Skip to content

Commit ea3e81e

Browse files
committed
wip
Signed-off-by: sezen.leblay <[email protected]>
1 parent ef78326 commit ea3e81e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

layouts/multi-code-lang/single.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ <h1 id="pagetitle">{{ .Title }}</h1>
2020
{{ partial "translate_status_banner/translate_status_banner.html" . }}
2121

2222
{{/* Add `table-wrapper` div to tables in imported markdown to fix overflow issues */}}
23-
24-
{{ $wrappedTable := printf "<div class=table-wrapper> ${1} </div>" }}
23+
24+
{{ $wrappedTable := printf "<div class=table-wrapper> ${1} </div>" }}
2525
{{ .Content | replaceRE "(<table>(?:.|\n)+?</table>)" $wrappedTable | safeHTML }}
2626

2727
{{ end }}

0 commit comments

Comments
 (0)