Currently, the project list shows a "," (comma) after the
project name, which normally separates the name from the short
description, but the comma is there even when there is no short
description, which looks somewhat unprofessional.
I've attached a simple patch to the template for that view that uses
an {if} conditional to hide that comma if there is no short
description set.
Reported by Charles Melbye, Jul 1, 2009
Currently, the project list shows a "," (comma) after the project name, which normally separates the name from the short description, but the comma is there even when there is no short description, which looks somewhat unprofessional. I've attached a simple patch to the template for that view that uses an {if} conditional to hide that comma if there is no short description set.