<!DOCTYPE HTML PUBLIC "-
"http:>
<html>
<head>
<title>Join line test</title>
<style type="text/css">
.used {
color: red; /* join the following line with this line */ |
}
.other {}
</style>
</head>
<body><div class="used"><b class="other">zzz</b></div></body>
</html>