⚲
Project
General
Profile
Sign in
Home
Projects
Help
Search
:
TYPO3 Core
All Projects
TYPO3 Core
Overview
Activity
Roadmap
Issues
Repository
Download (942 Bytes)
Bug #14317
ยป 0000360-bug360.html
Administrator Admin, 2004-09-17 01:09
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html
lang=
"en"
>
<head>
<title>
Sign In Sheet for New Products Seminar
</title>
</head>
<body>
<h2>
What the RTE produces:
</h2>
<pre>
<
ul>
<
li
>
List item
<
/li
>
<strong
style=
"color:#990000;"
>
<
li
>
List item
<
/li
>
</strong>
<
ol
>
<
li
>
List item
<
/li
>
<
/ol
>
<
li
>
List item
<
/li
>
<
/ul
>
</pre>
<h2>
What the RTE
<em>
should
</em>
produce
</h2>
<pre>
<
ul>
<
li
>
List item
<
/li
>
<strong
style=
"color:#000099"
>
<
li
>
List item
</strong>
<
ol
>
<
li
>
List item
<
/li
>
<
/ol
>
<strong
style=
"color:#000099"
>
<
/li
>
</strong>
<
li
>
List item
<
/li
>
<
/ul
>
</pre>
</body>
</html>
(1-1/1)
Loading...