diff --git a/templates/map b/templates/map --- a/templates/map +++ b/templates/map @@ -19,18 +19,18 @@ filelog = filelog.tmpl fileline = "
#linenumber# #line|escape#
" filelogentry = filelogentry.tmpl annotateline = "#author|obfuscate#@#rev#
#line|escape#
" -difflineplus = "#line|escape#" -difflineminus = "#line|escape#" -difflineat = "#line|escape#" -diffline = "#line|escape#" -changelogparent = "parent #rev#:#node|short#" -changesetparent = "parent #rev#:#node|short#" +difflineplus = "
  • #line|escape#
  • " +difflineminus = "
  • #line|escape#
  • " +difflineat = "
  • #line|escape#
  • " +diffline = "
  • #line|escape#
  • " +changelogparent = "parent #rev#:#node|short#" +changesetparent = "parent #rev#:#node|short#" filerevparent = "parent:#node|short#" fileannotateparent = "parent:#node|short#" tags = tags.tmpl tagentry = "
  • #node# #tag#
  • " -diffblock = "
    #lines#
    " -changelogtag = "tag: #tag#" -changesettag = "tag: #tag#" -filediffparent = "parent #rev#:#node|short#" +diffblock = "" +changelogtag = "tag:#tag#" +changesettag = "tag:#tag#" +filediffparent = "parent #rev#:#node|short#" filelogparent = "parent #rev#: #node|short#"