Browse Source

Fixed little typo

ywarnier 14 years ago
parent
commit
78081739a5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/inc/lib/fckeditor/toolbars/extended/global_agenda.php

+ 1 - 1
main/inc/lib/fckeditor/toolbars/extended/global_agenda.php

@@ -23,7 +23,7 @@ $config['ToolbarSets']['Normal'] = array(
 	array('Link','Image','EmbedMovies','Flash','MP3','TableOC','mimetex','asciimath','asciisvg'),
 	array('UnorderedList','OrderedList','Rule'),
 	array('JustifyLeft','JustifyCenter'),
-	array('FontFormat','FontName','Bold','Italic','Underline','TextColor','BGColor','Source'
+	array('FontFormat','FontName','Bold','Italic','Underline','TextColor','BGColor','Source'),
 	array('FitWindow')
 );