authorgravatar for scriptdevil@zoho.comAshok Gautham <scriptdevil@zoho.com> 2020-07-27 19:40:55+05:30
committergravatar for noreply@github.comGitHub <noreply@github.com> 2020-07-27 17:10:55+03:00
logd1755e7f16879d678b0accb6a1ccfbe56654c3ab
tree424c33630963585765811631b9f7032383b9fd54
parentfa4a9ab51fd41ccd2a43be52cb684e4aa64b50c6
signature Signed by PGP key 4AEE18F83AFDEB23

Add meta viewport to fix mobile rendering, add missing <code> block

Co-authored-by: Vexu <git@vexu.eu>

1 files changed, 2 insertions(+), 1 deletions(-)

doc/langref.html.in+2-1
......@@ -2,6 +2,7 @@
22<html lang="en">
33 <head>
44 <meta charset="utf-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1.0">
56 <title>Documentation - The Zig Programming Language</title>
67 <link rel="icon" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAgklEQVR4AWMYWuD7EllJIM4G4g4g5oIJ/odhOJ8wToOxSTXgNxDHoeiBMfA4+wGShjyYOCkG/IGqWQziEzYAoUAeiF9D5U+DxEg14DRU7jWIT5IBIOdCxf+A+CQZAAoopEB7QJwBCBwHiip8UYmRdrAlDpIMgApwQZNnNii5Dq0MBgCxxycBnwEd+wAAAABJRU5ErkJggg=="/>
78 <style>
......@@ -7473,7 +7474,7 @@ export fn @"A function name that is a complete sentence."() void {}
74737474 <p>
74747475 When looking at the resulting object, you can see the symbol is used verbatim:
74757476 </p>
7476 <pre>00000000000001f0 T A function name that is a complete sentence.</pre>
7477 <pre><code>00000000000001f0 T A function name that is a complete sentence.</code></pre>
74777478 {#see_also|Exporting a C Library#}
74787479 {#header_close#}
74797480