1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

r7136: fixed a typo

(This used to be commit d0374ffc87)
This commit is contained in:
Andrew Tridgell 2005-05-31 04:40:10 +00:00 committed by Gerald (Jerry) Carter
parent a05bd5e9d6
commit d9c199a9f8

View File

@ -160,7 +160,7 @@ function simple_table(v) {
attribute
*/
function multi_table(array, header) {
if (elcount(v) == 0) {
if (elcount(array) == 0) {
return;
}
write("<table class=\"data\">\n");