Skip to content

Commit 058471c

Browse files
committed
move processing of obligation subtitle for non-resolutions to Presentation XML: metanorma/isodoc#613
1 parent 7cc639d commit 058471c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

spec/isodoc/i18n_spec.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
</references>
8080
</sections><annex id="P" inline-header="false" obligation="normative" displayorder="14">
8181
<title><strong>Annexe A</strong><br/><br/><strong>Annex</strong></title>
82-
<p class="annex_obligation">(Cette annexe fait partie intégrante de ce Recommendation.)</p>
82+
<p class="annex_obligation">(Cette annexe fait partie intégrante de ce Recommandation.)</p>
8383
<clause id="Q" inline-header="false" obligation="normative">
8484
<title depth="2">A.1.<tab/>Annex A.1</title>
8585
<clause id="Q1" inline-header="false" obligation="normative">
@@ -283,7 +283,7 @@
283283
</references>
284284
</sections><annex id="P" inline-header="false" obligation="normative" displayorder="13">
285285
<title><strong>&#x9644;&#x4EF6;A</strong><br/><br/><strong>Annex</strong></title>
286-
<p class="annex_obligation">(本附件不构成本Recommendation的不可或缺部分)</p>
286+
<p class="annex_obligation">(本附件不构成本建议书的不可或缺部分)</p>
287287
<clause id="Q" inline-header="false" obligation="normative">
288288
<title depth="2">A.1.<tab/>Annex A.1</title>
289289
<clause id="Q1" inline-header="false" obligation="normative">

spec/isodoc/section_spec.rb

+4-4
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@
654654
</p>
655655
<div class="Section3"><a name="P" id="P"></a>
656656
<h1 class="Annex"><b>Annex A</b> <br/><br/><b>Annex 1</b></h1>
657-
<p class="annex_obligation">(This annex forms an integral part of this Recommendation Annex.)</p>
657+
<p class="annex_obligation">(This annex forms an integral part of this Recommendation.)</p>
658658
<div><a name="Q" id="Q"></a><h2>A.1<span style="mso-tab-count:1">&#xA0; </span>Annex A.1</h2>
659659
<p class="MsoNormal">Hello</p>
660660
</div>
@@ -743,7 +743,7 @@
743743
<br/>
744744
<strong>Annex</strong>
745745
</title>
746-
<p class="annex_obligation">(This annex forms an integral part of this Recommendation.)</p>
746+
<p class="annex_obligation">(This annex forms an integral part of this Recommendation Annex.)</p>
747747
<clause id='A2'>
748748
<title depth='2'>F2.1.<tab/>Subtitle</title>
749749
<table id='T'>
@@ -788,7 +788,7 @@
788788
<br/>
789789
<b>Annex</b>
790790
</p>
791-
<p class='annex_obligation'>(This annex forms an integral part of this Recommendation.)</p>
791+
<p class='annex_obligation'>(This annex forms an integral part of this Recommendation Annex.)</p>
792792
<div id='A2'>
793793
<h2 id='_'><a class="anchor" href="#A2"/><a class="header" href="#A2">F2.1.&#xA0; Subtitle</a></h2>
794794
<p class='TableTitle' style='text-align:center;'>Table F2.1</p>
@@ -827,7 +827,7 @@
827827
<br/>
828828
<b>Annex</b>
829829
</p>
830-
<p class='annex_obligation'>(This annex forms an integral part of this Recommendation.)</p>
830+
<p class='annex_obligation'>(This annex forms an integral part of this Recommendation Annex.)</p>
831831
<div>
832832
<a name='A2' id='A2'/>
833833
<h2>

0 commit comments

Comments
 (0)