mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-04 10:05:51 +00:00
12 lines
291 B
HTML
12 lines
291 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Inline blocks shouldn't end the paragraph</title>
|
|
</head>
|
|
<body>
|
|
<p><span dir="rtl">אני אוהב</span>--><span style="display: inline-block">Firefox 4 </span>-->8 ימים בשבוע
|
|
</p>
|
|
</body>
|
|
</html>
|