minor fixes

This commit is contained in:
Anand Doshi
2012-12-13 15:04:18 +05:30
parent ce3775dfdd
commit 221f03be01
3 changed files with 3 additions and 1 deletions

View File

@@ -156,7 +156,7 @@ cur_frm.cscript.render_row_in_wrapper = function(wrapper, data, doctype) {
$wrapper.append(repl("\
<h4><a class='link_type'>%(fullname)s</a>%(primary)s</h4>\
<div class='description'>\
%(description)s\
<p>%(description)s</p>\
<p><a class='delete link_type'>delete this %(doctype)s</a></p>\
</div>", data));