Comment type fixed
This commit is contained in:
parent
164b6b7f10
commit
30ef3bf0d3
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ pub fn build_data_object_for_handlebars<'a>(i: usize, hash: String, vcard: &Vcar
|
|||
{
|
||||
data.insert("i" , format!("{}", i));
|
||||
|
||||
/// The hash (as in libimagentryref) of the contact
|
||||
// The hash (as in libimagentryref) of the contact
|
||||
data.insert("id" , hash);
|
||||
|
||||
data.insert("ADR" , vcard.adr()
|
||||
|
|
Loading…
Reference in a new issue