mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-24 11:28:34 +00:00
91a4b42e41
Backport of PR #4233.
18 lines
413 B
HTML
18 lines
413 B
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" [
|
|
<!ENTITY test "It worked">
|
|
]>
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="application/xhtml+xml;charset=utf-8" />
|
|
<title>HTML Entities</title>
|
|
</head>
|
|
<body>
|
|
<table>
|
|
<tbody>
|
|
<tr><td>&test;</td></tr>
|
|
</tbody>
|
|
</table>
|
|
</body>
|
|
</html>
|