diff --git a/DDoc.js b/DDoc.js
index ed9fa8b..5d638e1 100644
--- a/DDoc.js
+++ b/DDoc.js
@@ -198,11 +198,11 @@ DDoc.prototype._addRow=function(width,style,cols){
'' +
'' +
'' +
- (cols[i]===this.Merge.RC?'':'')+
+ (cols[i] === this.Merge.RC ? '' : '');
'' +
'' +
'' + style +
- ''+cols[i]+'' +
+ (cols[i] === this.Merge.RC?'':'' + cols[i] + '')+
'' +
'' +
'';