You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2019/12/27 09:48:12 UTC

[incubator-nuttx-website] 44/48: fix table format issue

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-website.git

commit adcba839745656668e7c6aaf1a98d603942f7fd7
Author: hans <hl...@me.com>
AuthorDate: Thu Dec 26 18:45:03 2019 +0800

    fix table format issue
    
    Signed-off-by: hans <hl...@me.com>
---
 community-members.md | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/community-members.md b/community-members.md
index 4edf3ae..b78db7e 100644
--- a/community-members.md
+++ b/community-members.md
@@ -32,7 +32,12 @@ limitations under the License.
 {% if site.data.contributors %}
 <table class="table table-hover">
     <tr>
-        <th><b></b></th><th><b>Full Name</b></th><th><b>Apache ID</b></th><th><b>GitHub</b><th><b>Role</b></th><th><b>Affiliation</b></th>
+        <th></th>
+        <th><b>Full Name</b></th>
+        <th><b>Apache ID</b></th>
+        <th><b>GitHub</b></th>
+        <th><b>Role</b></th>
+        <th><b>Affiliation</b></th>
     </tr>
     {% for member in site.data.contributors %}
         <tr>