commit/galaxy-central: richard_burhans: added missing comma
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/2551b8632ede/ changeset: 2551b8632ede user: richard_burhans date: 2012-09-13 20:47:21 summary: added missing comma affected #: 1 file diff -r 74b67f34a4dfae65dc2dd01cbd1ad9010e1c4ab4 -r 2551b8632edea0df8b71ef6b426e30b7159153a4 templates/webapps/community/base_panels.mako --- a/templates/webapps/community/base_panels.mako +++ b/templates/webapps/community/base_panels.mako @@ -72,7 +72,7 @@ ## Help tab. <% menu_options = [ - [_('Galaxy Q&A'), app.config.get( "qa_url", "http://slyfox.bx.psu.edu:8080/" ), "_blank" ] + [_('Galaxy Q&A'), app.config.get( "qa_url", "http://slyfox.bx.psu.edu:8080/" ), "_blank" ], [_('Support'), app.config.get( "support_url", "http://wiki.g2.bx.psu.edu/Support" ), "_blank" ], [_('Tool shed wiki'), app.config.get( "wiki_url", "http://wiki.g2.bx.psu.edu/Tool%20Shed" ), "_blank" ], [_('Galaxy wiki'), app.config.get( "wiki_url", "http://wiki.g2.bx.psu.edu/" ), "_blank" ], Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
Bitbucket