00452: Smaller and bigger text adds extra cell to simple table row

Summary: Smaller and bigger text adds extra cell to simple table row
Created: 2005-06-12 16:53
Status: Closed - fixed for 2.0.beta39
Category: Bug
From: HansB
Assigned:
Priority: 5
Version: 2 beta 37
OS:

Description: If any cell in a row of a simple table contains smaller or larger text then an extra empty cell will be appended to the row.

Sample:
One column table with simple table syntax:

||width=80% border=1
||a normal ||
||b  [-small -] ||
||c [+big+] ||

a normal
b small
c big

workaround: use advanced table syntax.

Note: this bug may be related to PITS.00437 (percentage symbol % adds extra cell to table).
Superscript in a simple table cell may cause this bug as well sometimes, but I could not replicate it here.

Array
(
    [post_max_size] => 64M
    [$_POST keys] => 
    [$_REQUEST keys] => n
    [$_SERVER] => Array
        (
            [CONTEXT_DOCUMENT_ROOT] => /home/pmwiki/public_html
            [CONTEXT_PREFIX] => 
            [DOCUMENT_ROOT] => /home/pmwiki/public_html
            [GATEWAY_INTERFACE] => CGI/1.1
            [HTTPS] => on
            [HTTP_ACCEPT] => */*
            [HTTP_ACCEPT_ENCODING] => gzip, br, zstd, deflate
            [HTTP_HOST] => www.pmwiki.org
            [HTTP_REFERER] => https://www.pmwiki.org/PITS/00452
            [HTTP_USER_AGENT] => Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
            [HTTP_X_HTTPS] => 1
            [PATH] => /bin:/usr/bin
            [PHP_INI_SCAN_DIR] => /opt/cpanel/ea-php70/root/etc:/opt/cpanel/ea-php70/root/etc/php.d:.
            [QUERY_STRING] => n=PITS%2f00452
            [REDIRECT_HTTPS] => on
            [REDIRECT_QUERY_STRING] => n=PITS%2f00452
            [REDIRECT_SCRIPT_URI] => https://www.pmwiki.org/wiki/PITS/00452
            [REDIRECT_SCRIPT_URL] => /wiki/PITS/00452
            [REDIRECT_SSL_TLS_SNI] => www.pmwiki.org
            [REDIRECT_STATUS] => 200
            [REDIRECT_UNIQUE_ID] => afM__dl7rz_CqY3Y3F1__QAAAEA
            [REDIRECT_URL] => /wiki/PITS/00452
            [REMOTE_ADDR] => 216.73.216.25
            [REMOTE_PORT] => 18101
            [REQUEST_METHOD] => GET
            [REQUEST_SCHEME] => https
            [REQUEST_URI] => /wiki/PITS/00452
            [SCRIPT_FILENAME] => /home/pmwiki/public_html/index.php
            [SCRIPT_NAME] => /index.php
            [SCRIPT_URI] => https://www.pmwiki.org/wiki/PITS/00452
            [SCRIPT_URL] => /wiki/PITS/00452
            [SERVER_ADDR] => 23.254.203.248
            [SERVER_ADMIN] => webmaster@pmwiki.org
            [SERVER_NAME] => www.pmwiki.org
            [SERVER_PORT] => 443
            [SERVER_PROTOCOL] => HTTP/1.1
            [SERVER_SIGNATURE] => 
            [SERVER_SOFTWARE] => Apache
            [SSL_TLS_SNI] => www.pmwiki.org
            [TZ] => America/Los_Angeles
            [UNIQUE_ID] => afM__dl7rz_CqY3Y3F1__QAAAEA
            [PHP_SELF] => /index.php
            [REQUEST_TIME_FLOAT] => 1777549309.8925
            [REQUEST_TIME] => 1777549309
            [argv] => Array
                (
                    [0] => n=PITS%2f00452
                )

            [argc] => 1
        )

)