This is an automated email from the ASF dual-hosted git repository. rubys pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/whimsy.git
commit e8a8d76f15107fcc3e46b6887c7d6873e2bb9491 Author: Sam Ruby <[email protected]> AuthorDate: Tue Apr 17 21:48:04 2018 -0400 fix typo preventing correct reflow of discussion items --- www/board/agenda/views/buttons/post.js.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/board/agenda/views/buttons/post.js.rb b/www/board/agenda/views/buttons/post.js.rb index b53abe3..e756982 100644 --- a/www/board/agenda/views/buttons/post.js.rb +++ b/www/board/agenda/views/buttons/post.js.rb @@ -382,7 +382,7 @@ class Post < Vue if @header == 'Add Resolution' or @@item.attach =~ /^[47]/ @indent = ' ' - elsif @header == 'Add Disussion Item' + elsif @header == 'Add Discussion Item' @indent = ' ' elsif @@item.attach == '8.' @indent = ' ' -- To stop receiving notification emails like this one, please contact [email protected].
