From: <var...@us...> - 2009-03-03 16:05:02
|
Revision: 6623 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6623&view=rev Author: vargenau Date: 2009-03-03 16:05:01 +0000 (Tue, 03 Mar 2009) Log Message: ----------- Let us use a th for the header Modified Paths: -------------- trunk/lib/plugin/SystemInfo.php Modified: trunk/lib/plugin/SystemInfo.php =================================================================== --- trunk/lib/plugin/SystemInfo.php 2009-03-03 14:36:08 UTC (rev 6622) +++ trunk/lib/plugin/SystemInfo.php 2009-03-03 16:05:01 UTC (rev 6623) @@ -2,6 +2,7 @@ rcs_id('$Id$'); /** Copyright (C) 1999, 2000, 2001, 2002 $ThePhpWikiProgrammingTeam + Copyright 2008-2009 Marc-Etienne Vargenau, Alcatel-Lucent This file is part of PhpWiki. @@ -512,7 +513,7 @@ continue; if (!$desc) $desc = _($arg); - $table->pushContent(HTML::tr(HTML::td(HTML::strong($desc . ':')), + $table->pushContent(HTML::tr(HTML::th(array('style' => "white-space:nowrap"), $desc), HTML::td(HTML($this->call($arg, $availableargs))))); } return $table; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |