From: <var...@us...> - 2014-07-30 16:09:31
|
Revision: 9034 http://sourceforge.net/p/phpwiki/code/9034 Author: vargenau Date: 2014-07-30 16:09:24 +0000 (Wed, 30 Jul 2014) Log Message: ----------- Remove "This is the table summary" Modified Paths: -------------- trunk/lib/EditToolbar.php Modified: trunk/lib/EditToolbar.php =================================================================== --- trunk/lib/EditToolbar.php 2014-07-30 16:02:08 UTC (rev 9033) +++ trunk/lib/EditToolbar.php 2014-07-30 16:09:24 UTC (rev 9034) @@ -173,7 +173,7 @@ "sample" => "", "title" => _("Horizontal line")), array("image" => "ed_table.png", - "open" => "\\n{| class=\"bordered\"\\n|+ This is the table caption\\n|= This is the table summary\\n|-\\n! Header A !! Header B !! Header C\\n|-\\n| Cell A1 || Cell B1 || Cell C1\\n|-\\n| Cell A2 || Cell B2 || Cell C2\\n|-\\n| Cell A3 || Cell B3 || Cell C3\\n|}\\n", + "open" => "\\n{| class=\"bordered\"\\n|+ This is the table caption\\n|-\\n! Header A !! Header B !! Header C\\n|-\\n| Cell A1 || Cell B1 || Cell C1\\n|-\\n| Cell A2 || Cell B2 || Cell C2\\n|-\\n| Cell A3 || Cell B3 || Cell C3\\n|}\\n", "close" => "", "sample" => "", "title" => _("Sample table")), This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |