Changed template group back to 'text'

master
tagawa 2016-06-28 14:10:37 +00:00
parent 1ca9e98500
commit 38dcedf0a6
4 changed files with 4 additions and 4 deletions

View File

@ -41,7 +41,7 @@ handle remainder => sub {
infoboxData => $infobox
},
templates => {
group => 'info'
group => 'text'
}
};
};

View File

@ -71,7 +71,7 @@ handle remainder => sub {
options => {
content => 'DDH.mac_address.content',
},
group => 'info'
group => 'text'
}
};
};

View File

@ -30,7 +30,7 @@ sub build_test
]
},
templates => {
group => 'info'
group => 'text'
}
});
}

View File

@ -29,7 +29,7 @@ sub build_test
]
},
templates => {
group => 'info',
group => 'text',
options => {
content => 'DDH.mac_address.content'
}