Skip to content

Commit 536394e

Browse files
committed
Fix spacing to get proper URL formatting in print output
1 parent 255bd58 commit 536394e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/charset.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/charset.sgml,v 2.10 2001/09/13 15:55:22 petere Exp $ -->
1+
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/charset.sgml,v 2.11 2001/10/04 22:26:27 petere Exp $ -->
22

33
<chapter id="charset">
44
<title>Localization</>
@@ -621,8 +621,8 @@ RESET CLIENT_ENCODING;
621621
<itemizedlist>
622622
<listitem>
623623
<para>
624-
<ulink url="ftp://ftp.ora.com/pub/examples/nutshell/ujip/doc/cjk.inf">
625-
ftp://ftp.ora.com/pub/examples/nutshell/ujip/doc/cjk.inf</ulink>
624+
<ulink url="ftp://ftp.ora.com/pub/examples/nutshell/ujip/doc/cjk.inf"
625+
>ftp://ftp.ora.com/pub/examples/nutshell/ujip/doc/cjk.inf</ulink>
626626
Detailed explanations of <literal>EUC_JP</literal>, <literal>EUC_CN</literal>, <literal>EUC_KR</literal>, <literal>EUC_TW</literal>
627627
appear in section 3.2.
628628
</para>

0 commit comments

Comments
 (0)