format
This commit is contained in:
parent
4905bf6cc6
commit
0f52b54667
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ function SHM_POST_INFO(
|
|||
$show = "???";
|
||||
}
|
||||
return TR(
|
||||
["data-row"=>$title],
|
||||
["data-row" => $title],
|
||||
TH(["width" => "50px"], $link ? A(["href" => $link], $title) : $title),
|
||||
TD($show)
|
||||
);
|
||||
|
|
Reference in a new issue