@@ -116,7 +116,7 @@ <h2 style="text-align: center">{{ page.verify_title }}</h2>
116
116
117
117
{% if page.version > 4 %}
118
118
< h2 style ="text-align: center " id ="{{page.verify_download | slugify}} "> {{page.verify_download}}</ h2 >
119
- < p > {{page.verification_recommended}}</ p >
119
+ {{page.verification_recommended}}
120
120
< details >
121
121
{% assign GPG = "C:\Program Files\Gnu\GnuPg\gpg.exe" %}
122
122
< summary > < strong > {{page.windows_instructions}}</ strong > </ summary >
@@ -147,7 +147,7 @@ <h2 style="text-align: center" id="{{page.verify_download | slugify}}">{{page.ve
147
147
{{page.gpg_download_other}}
148
148
< a href ="{{GPG_DOWNLOAD_URL}} "> {{page.gpg_download_options}}</ a > </ p > </ li >
149
149
150
- < li > < p > {{OBTAIN_RELEASE_KEY}}</ p >
150
+ < li > {{OBTAIN_RELEASE_KEY}}
151
151
152
152
< pre class ="highlight "> < code > {{GPG}}{{site.strings.gpg_keyserver}} --recv-keys {{example_builder_key}}</ code > </ pre >
153
153
@@ -195,7 +195,7 @@ <h2 style="text-align: center" id="{{page.verify_download | slugify}}">{{page.ve
195
195
{{page.gpg_download_other}}
196
196
< a href ="{{GPG_DOWNLOAD_URL}} "> {{page.gpg_download_options}}</ a > </ p > </ li >
197
197
198
- < li > < p > {{OBTAIN_RELEASE_KEY}}</ p >
198
+ < li > {{OBTAIN_RELEASE_KEY}}
199
199
200
200
< pre class ="highlight "> < code > gpg{{site.strings.gpg_keyserver}} --recv-keys {{example_builder_key}}</ code > </ pre >
201
201
@@ -237,7 +237,7 @@ <h2 style="text-align: center" id="{{page.verify_download | slugify}}">{{page.ve
237
237
238
238
< p > {{page.checksum_warning_and_ok | replace, "$(SHASUMS_OK)", page.localized_checksum_ok}} < code > {{FILE_PREFIX}}-{{site.data.binaries.lin64}}: {{page.localized_checksum_ok}}</ code > </ p > </ li >
239
239
240
- < li > < p > {{OBTAIN_RELEASE_KEY}}</ p >
240
+ < li > {{OBTAIN_RELEASE_KEY}}
241
241
242
242
< pre class ="highlight "> < code > gpg{{site.strings.gpg_keyserver}} --recv-keys {{example_builder_key}}</ code > </ pre >
243
243
0 commit comments