summaryrefslogtreecommitdiff
path: root/components/help/converters/gnome-db2html2/sect-elements.c
diff options
context:
space:
mode:
authorAli Abdin <aliabdin@aucegypt.edu>2000-08-28 23:45:39 +0000
committerAli Abdin <rakholh@src.gnome.org>2000-08-28 23:45:39 +0000
commitdcacc5e2ddbeb986c15975c2a12f281c840975b5 (patch)
treeabcb50942ec6e9b0ba921ac29449eec8463c0c36 /components/help/converters/gnome-db2html2/sect-elements.c
parent8bc0bad71c017393f1a68d5313b8829bb067b1c3 (diff)
downloadnautilus-dcacc5e2ddbeb986c15975c2a12f281c840975b5.tar.gz
Updated.
2000-08-28 Ali Abdin <aliabdin@aucegypt.edu> * components/help/converters/gnome-db2html2/TODO: Updated. * components/help/converters/gnome-db2html2/AUTHORS: New file (to give credit where its due and to show who to contact for maintainership purposes) * components/help/converters/gnome-db2html2/sect-elements.c (sect_table_with_border_start_element) Its a good idea to actually
Diffstat (limited to 'components/help/converters/gnome-db2html2/sect-elements.c')
-rw-r--r--components/help/converters/gnome-db2html2/sect-elements.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/help/converters/gnome-db2html2/sect-elements.c b/components/help/converters/gnome-db2html2/sect-elements.c
index 9ae551740..ddb840e69 100644
--- a/components/help/converters/gnome-db2html2/sect-elements.c
+++ b/components/help/converters/gnome-db2html2/sect-elements.c
@@ -1521,7 +1521,7 @@ sect_table_with_border_start_element (Context *context,
if (!IS_IN_SECT (context))
return;
- sect_print (context, "<TABLE BORDER=\"1\"\n");
+ sect_print (context, "<TABLE BORDER=\"1\">\n");
sect_context->table_count++;
}