Skip to content

Commit fd4cdc4

Browse files
committed
[css2] Error in attribute name: s/style=/class=/
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402928
1 parent 98f4972 commit fd4cdc4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css2/syndata.src

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
3-
<!-- $Id: syndata.src,v 2.166 2009-04-15 16:04:22 bbos Exp $ -->
3+
<!-- $Id: syndata.src,v 2.167 2009-04-20 12:58:25 bbos Exp $ -->
44
<head>
55
<title>Syntax and basic data types</title>
66
<meta name="editor" lang="tr" content="Tantek &Ccedil;elik">
@@ -388,7 +388,7 @@ h1 {color: blue }
388388
<p>Instead, to achieve the effect of only importing a style sheet
389389
for 'print' media, use the @import rule with media syntax, e.g.:
390390
</p>
391-
<pre><code style="css">
391+
<pre><code class="css">
392392
@import "subs.css";
393393
@import "print-main.css" print;
394394
@media print {

0 commit comments

Comments
 (0)