Skip to content

Commit

Permalink
fixed duplicate group name.
Browse files Browse the repository at this point in the history
  • Loading branch information
hotoo committed Sep 28, 2014
1 parent 2c19d7e commit fbd5257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion markline.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ function parse(markdown){
var inmeta = false;

function addGroup(group_name){
if (data.data.hasOwnProperty(group_name)) {
while (data.data.hasOwnProperty(group_name)) {
group_name += " ";
}
current_group = group_name;
Expand Down

0 comments on commit fbd5257

Please sign in to comment.