Author: timwi
Description:
BUG MIGRATED FROM SOURCEFORGE
http://sourceforge.net/tracker/index.php?func=detail&aid=991153&group_id=34373&atid=411192
Originally submitted by Adam Buchbinder (gdrago23) 2004-07-14 22:36
{| border=1 cellspacing=0
!
! col Header1
! ch2
| - |
! row header 3
| abc def ghi |
| gchf ghh dfgh |
| - |
! RH 4
| gfbb gbgbds |
| dfgsdsdg |
| } |
should render the same as
{| border=1 cellspacing=0
! col Header1 ch2
| - |
! row header 3 || abc def ghi || gchf ghh dfgh
| - |
! RH 4 || gfbb gbgbds || dfgsdsdg
| } |
but doesn't. See
http://meta.wikimedia.org/w/wiki.phtml?
title=Help:Table#Test_for_rows_with_mixed_headers_and
_body_text
for an example. This means that row-headers have to be
on a different line than the row's contents, or else
everything gets bolded.
- Additional comments ------------------------
Date: 2004-07-29 04:45
Sender: SF user vibber
Lowering priority; cosmetic problem with workaround.
Version: unspecified
Severity: normal