Skip to content

Commit b446d6e

Browse files
[FIX] spp_registry_name_suffix: replace deprecated tt element with code
Fix SonarQube issue: Remove this deprecated 'tt' element in static/description/index.html
1 parent 98f41aa commit b446d6e

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

  • spp_registry_name_suffix/static/description

spp_registry_name_suffix/static/description/index.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -333,8 +333,8 @@
333333
text-align: left;
334334
}
335335

336-
h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
337-
h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
336+
h1 code.docutils, h2 code.docutils, h3 code.docutils,
337+
h4 code.docutils, h5 code.docutils, h6 code.docutils {
338338
font-size: 100% }
339339

340340
ul.auto-toc {
@@ -392,16 +392,15 @@ <h3>Individual Registrant Integration</h3>
392392
<div class="section" id="automatic-name-generation">
393393
<h3>Automatic Name Generation</h3>
394394
<p>The suffix is automatically appended to the registrant's computed name in the format:
395-
<tt class="docutils literal">FAMILY_NAME, GIVEN_NAME, ADDL_NAME, SUFFIX</tt></p>
395+
<code class="docutils literal">FAMILY_NAME, GIVEN_NAME, ADDL_NAME, SUFFIX</code></p>
396396
<p>For example: "SMITH, JOHN, MICHAEL, JR."</p>
397397
</div>
398398
</div>
399399
<div class="section" id="dependencies">
400400
<h2>Dependencies</h2>
401401
<p>This module depends on:</p>
402402
<ul class="simple">
403-
<li><strong>spp_registrant_import</strong>: Provides the base name computation logic for registrants.</li>
404-
<li><strong>g2p_registry_individual</strong>: Provides the individual registrant views and model.</li>
403+
<li><strong>g2p_registry_individual</strong>: Provides the individual registrant views, model, and the base name_change method.</li>
405404
</ul>
406405
</div>
407406
<div class="section" id="configuration">

0 commit comments

Comments
 (0)