web/data/cubicweb.js
changeset 8000 9a73d5e762b0
parent 7961 f7ab1db39778
child 8003 7e240c04c69f
--- a/web/data/cubicweb.js	Fri Oct 21 17:14:05 2011 +0200
+++ b/web/data/cubicweb.js	Fri Oct 21 17:42:56 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;