Skip to content

Commit c299c0b

Browse files
authored
Merge pull request #84 from andylolz/make-smart-quotes-stupid
Replace smart quotes in json with stupid quotes
2 parents 9a7f593 + 0a4c3f8 commit c299c0b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

prefix_finder/frontend/templates/about.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ <h3 id="data-creators">Data creators</h3>
6262

6363
<blockquote>
6464
<p>E.g. </p>
65-
66-
<pre class="prettyprint"><code class=" hljs objectivec">{ <span class="hljs-string">"scheme"</span>:GB-COH,
67-
<span class="hljs-keyword">id</span>”:”<span class="hljs-number">09506232</span>}</code></pre>
65+
66+
<pre class="prettyprint"><code class=" hljs objectivec">{ <span class="hljs-string">"scheme"</span>:"GB-COH",
67+
"<span class="hljs-keyword">id</span>":"<span class="hljs-number">09506232</span>"}</code></pre>
6868
</blockquote>
6969

7070
<p><strong>P.S.</strong> The more additional identifying information you can provide for each organisation, the better. See our tips on organisation information page (forthcoming).</p>

prefix_finder/frontend/templates/list.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ <h4>{{org_list.name.en}} ({{org_list.code}})</h4>
4444
<br>
4545
<em>For example</em>:
4646
<pre class="prettyprint">
47-
{
48-
"scheme":{{org_list.code}},
49-
”id”:"[ IDENTIFIER ]"
47+
{
48+
"scheme":"{{org_list.code}}",
49+
"id":"[ IDENTIFIER ]"
5050
}
5151
</pre>
5252
</div>

0 commit comments

Comments
 (0)