From e355e1bf8454c87140dd81aef66b3d8f4abb2e66 Mon Sep 17 00:00:00 2001 From: iamachimp Date: Fri, 17 Jul 2015 01:34:45 +0200 Subject: [PATCH 1/2] Changed to correct nodejs.org site Incorrect nodejs.com redirects to some Chinese ecommerce site. --- server/documents/introduction/glossary.html.eco | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/documents/introduction/glossary.html.eco b/server/documents/introduction/glossary.html.eco index a04513616..0f44b8246 100644 --- a/server/documents/introduction/glossary.html.eco +++ b/server/documents/introduction/glossary.html.eco @@ -136,10 +136,10 @@ type : 'Introduction' Node JS - Node is a event driven programming language frequently used to run command line tools for front end development. nodejs.org + Node is a event driven programming language frequently used to run command line tools for front end development. nodejs.org - \ No newline at end of file + From 6f7d5516e9d960dbdf461344a05cde028c590c47 Mon Sep 17 00:00:00 2001 From: youmoo Date: Fri, 17 Jul 2015 20:55:58 +0800 Subject: [PATCH 2/2] fix typo --- server/documents/collections/table.html.eco | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/documents/collections/table.html.eco b/server/documents/collections/table.html.eco index 0b2e46b2d..2c8e6baf3 100755 --- a/server/documents/collections/table.html.eco +++ b/server/documents/collections/table.html.eco @@ -318,7 +318,7 @@ themes : ['Default', 'Basic', 'Classic']

Structured

-

A table can formatted to display complex structured data

+

A table can be formatted to display complex structured data

UI tables use border-collapse: separate to allow for tables to receive styles that cannot usually be applied to tables like border-radius. However this can cause some cell borders to appear missing with complex layouts that use rowspan or colspan and rows with varying column count.