Aleksander Machniak
2012-12-18 0d214498d04439c29c9764fa291dcfde49701467
program/lib/Roundcube/html.php
@@ -788,8 +788,9 @@
     */
    public function show($attrib = null)
    {
        if (is_array($attrib))
        if (is_array($attrib)) {
            $this->attrib = array_merge($this->attrib, $attrib);
        }
        $thead = $tbody = "";