File: t-bad-entities.html

package info (click to toggle)
html2wml 0.4.11%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 816 kB
  • sloc: perl: 2,380; ansic: 56; makefile: 34; sh: 4
file content (21 lines) | stat: -rw-r--r-- 519 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<html>
<title>Unclosed entities</title>

<body>

<h1>Unclosed entities</h1>

<h2>Named entities</h2>

<p> First part of the text, followed by some unbreakable 
spaces&nbsp&nbsp&nbsp/second part of the text </p>
<p> But if the entities are inside words, this becomes rather more 
difficult to correct: J&eacuterome va p&ecirccher &agrave la rivi&egravere. </p>

<h2>Numeric entities</h2>

<p> Numeric entities are easier to correct. </p>
<p> Example: J&#233rome va p&#234cher &#224 la rivi&#232re. </p>

</body>
</html>