Codebase list aha / f9faec5
Merge pull request #60 from rhendric/master Remove extra linebreak at end Alexander Matthes authored 5 years ago GitHub committed 5 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
10581058
10591059 // If current state is different than the default, there is a <span> open - close it
10601060 if (statesDiffer(&state, &default_state))
1061 printf("</span>\n");
1061 printf("</span>");
10621062
10631063 //Footer
10641064 if (opts.no_header == 0)