web/data/cubicweb.js
changeset 8003 7e240c04c69f
parent 8000 9a73d5e762b0
child 8045 c81d6f57ae9a
--- a/web/data/cubicweb.js	Fri Oct 21 17:50:56 2011 +0200
+++ b/web/data/cubicweb.js	Fri Oct 21 17:52:37 2011 +0200
@@ -85,7 +85,7 @@
 
     sortValueExtraction: function (node) {
 	var sortvalue = jQuery(node).attr('cubicweb:sortvalue');
- 	if (sortvalue === undefined) {
+	if (sortvalue === undefined) {
 	    return '';
 	}
 	return sortvalue;