[libvirt] [libvirt-php PATCH 0/1] docs/distros.html.in: fix html validity

The error is: ### distros.html.tmp:96: element table: validity error : No declaration for attribute align of element table <table align="center" width="75%"> ^ make[2]: *** [distros.html] Error 1 ### Stefan Kuhn (1): docs/distros.html.in: fix html validity error docs/distros.html.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 1.7.12.4

--- docs/distros.html.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/distros.html.in b/docs/distros.html.in index f929d94..c883fa3 100644 --- a/docs/distros.html.in +++ b/docs/distros.html.in @@ -4,8 +4,8 @@ <p> There are several distributions that supports the libvirt-php in it's repositories. You can see the list in here:<br /> - <table align="center" width="75%"> - <tr> + <table width="75%"> + <tr align="center"> <th>Distribution</th> <th>Installer command</th> <th>Link</th> -- 1.7.12.4

On 01/31/2013 02:54 PM, stefan.kuhn@foss-group.ch wrote:
The error is: ### distros.html.tmp:96: element table: validity error : No declaration for attribute align of element table <table align="center" width="75%"> ^ make[2]: *** [distros.html] Error 1 ###
Stefan Kuhn (1): docs/distros.html.in: fix html validity error
docs/distros.html.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Thanks for the patch. Applied & pushed :-) Michal -- Michal Novotny <minovotn@redhat.com>, RHCE, Red Hat Virtualization | libvirt-php bindings | php-virt-control.org
participants (2)
-
Michal Novotny
-
stefan.kuhn@foss-group.ch