# HG changeset patch # User Peter van Dijk # Date 1138967801 -3600 # Node ID 4b1e0dc913bf7687a03f985287f10b76120d08ce # Parent daff3ef0de8d5202952898529c83d569f1557fb1 remove escaping from decriptions on repo index page diff -r daff3ef0de8d -r 4b1e0dc913bf templates/map --- a/templates/map Mon Jan 30 19:34:35 2006 +1300 +++ b/templates/map Fri Feb 03 12:56:41 2006 +0100 @@ -43,7 +43,7 @@ filelogparent = "parent #rev#: #node|short#" filediffchild = "child #rev#:#node|short#" filelogchild = "child #rev#: #node|short#" -indexentry = "#name|escape##shortdesc|escape##contact|obfuscate##lastupdate|age# agoRSS" +indexentry = "#name|escape##shortdesc##contact|obfuscate##lastupdate|age# agoRSS" index = index.tmpl archiveentry = "#type|escape# " notfound = notfound.tmpl