mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-30 02:40:11 +01:00
doc: align properties documentation cells to the top
This commit is contained in:
parent
14089e8b26
commit
bced20c656
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ write_one_setting (FILE *f, SettingNewFunc func)
|
|||
g_object_get (G_OBJECT (s), NM_SETTING_NAME, &default_value, NULL);
|
||||
}
|
||||
|
||||
w = fprintf (f, "<tr align=left>\n");
|
||||
w = fprintf (f, "<tr align=left valign=top>\n");
|
||||
w = fprintf (f, "<td><strong>%s</strong></td>\n", key_name);
|
||||
w = fprintf (f, "<td>%s</td>\n", value_type);
|
||||
w = fprintf (f, "<td>%s</td>\n", default_value ? default_value : "");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue