from where does this ", " comes??
I created custom column "Comic Staff" from different custom columns "Comic Inker", "Comic Letterer", "Comic Editor" etc.
I use this template for creation of column:
{#com_inker:|(inker) |, }{#com_letterer:|(letterer) |, }{#com_colorist:|(colorist) |, }{#com_editor:|(editor) |, }{#com_cover_artist:|(cover artist) |, }
but in columns view it shows ", " at the beginning:
, (colorist) name of Colorist, (cover artist) name of Cover Artist, (editor) name of Comic Editor, (inker) name of Inker, (letterer) name of Letterer
how to get rid of that column+space at beginning?
I know that it sorts alphabetically, and if i remove "," from Comic Colorist it will lose ", " on beginnings, but if next comic doesn't have colorist it will again show it at beginning for Cover artist.
Its a small thing but it bugs me.
Thanks in advance
|