Skip to content

Commit d82e667

Browse files
authored
Merge pull request #780 from perl6/non-breaking-space
Now all entries of `Perl 6|5` are written with non-breaking space
2 parents eeb2f7c + ac13c67 commit d82e667

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+1018
-1018
lines changed

doc/HomePage.pod6

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
=begin Html
22
<img style="float: right; margin: 0 0 1em 1em" src="/images/camelia.png" alt="" id="home_logo"/>
3-
Welcome to the official documentation of the <a href="https://perl6.org">Perl 6</a>
3+
Welcome to the official documentation of the <a href="https://perl6.org">Perl 6</a>
44
programming language!
55
Besides online browsing and searching, you can also
66
Z<< <a>download</a> an offline HTML or PDF copy, and>>
@@ -14,7 +14,7 @@ by reporting mistakes or sending patches.
1414
<dt><a href="/language.html">Language Reference &amp; Tutorials</a></dt>
1515
<dd>
1616
A collection of documents describing, in detail, the various
17-
conceptual parts of the language.Z<< If you're new to Perl 6,
17+
conceptual parts of the language.Z<< If you're new to Perl 6,
1818
language>intro is a good place to start.>>
1919
</dd>
2020
@@ -28,11 +28,11 @@ by reporting mistakes or sending patches.
2828
Index of built-in subroutines and methods.
2929
</dd>
3030
31-
<dt><a href="/programs.html">Perl 6 Programs</a></dt>
31+
<dt><a href="/programs.html">Perl 6 Programs</a></dt>
3232
<dd>
3333
A collection of documents describing how to
34-
run the Perl 6 executable program and other utilities,
35-
how to debug Perl 6 programs, and how to hack on Perl 6
34+
run the Perl 6 executable program and other utilities,
35+
how to debug Perl 6 programs, and how to hack on Perl 6
3636
source code.
3737
</dd>
3838
@@ -47,15 +47,15 @@ Z<<
4747
<hr/>
4848
4949
50-
<p>The Perl 6 homepage offers <a href="https://perl6.org/documentation/">a
51-
comprehensive list of Perl 6 documentation</a>, including tutorials, HowTos
50+
<p>The Perl 6 homepage offers <a href="https://perl6.org/documentation/">a
51+
comprehensive list of Perl 6 documentation</a>, including tutorials, HowTos
5252
and <a href="/language/faq">FAQs (Frequently Asked Questions)</a>.</p>
5353
5454
<p>
55-
You may also be interested in the Perl 6 <a href="https://design.perl6.org">design documents</a>,
55+
You may also be interested in the Perl 6 <a href="https://design.perl6.org">design documents</a>,
5656
which are in some places more complete than this documentation, but targeted
5757
toward compiler writers rather than users of the language.
58-
Documentation for the different but related <a href="https://www.perl.org/">Perl 5</a> language
59-
can be found on the <a href="http://perldoc.perl.org/">Perl 5 documentation website</a>.
58+
Documentation for the different but related <a href="https://www.perl.org/">Perl 5</a> language
59+
can be found on the <a href="http://perldoc.perl.org/">Perl 5 documentation website</a>.
6060
</p>
6161
=end Html

0 commit comments

Comments
 (0)