diff options
author | jcid <devnull@localhost> | 2008-09-30 16:32:41 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-09-30 16:32:41 +0200 |
commit | 0f7c6294d403e3ed80961e91f906f118e0f0adc5 (patch) | |
tree | 151cb6cc9f333a51ba15fb66ac4480bb4da0e0fa /src/table.cc | |
parent | 6deac7761c79417469c515268ba010a5f1fd60fb (diff) |
- s/todo:/TODO:/g
Diffstat (limited to 'src/table.cc')
-rw-r--r-- | src/table.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table.cc b/src/table.cc index ce5f5ae9..589f7e1e 100644 --- a/src/table.cc +++ b/src/table.cc @@ -254,7 +254,7 @@ static void Html_tag_open_table_cell(DilloHtml *html, if ((colspan < 0) || (attrbuf == invalid)) colspan = 1; } - /* todo: check errors? */ + /* TODO: check errors? */ if ((attrbuf = a_Html_get_attr(html, tag, tagsize, "rowspan"))) rowspan = MAX(1, strtol (attrbuf, NULL, 10)); |