|
@@ -274,9 +274,10 @@ angular.module('kibana.table', [])
|
|
|
replace(/&/g, '&').
|
|
replace(/&/g, '&').
|
|
|
replace(/</g, '<').
|
|
replace(/</g, '<').
|
|
|
replace(/>/g, '>').
|
|
replace(/>/g, '>').
|
|
|
|
|
+ replace(/\r?\n/g, '<br/>').
|
|
|
replace(/@start-highlight@/g, '<code class="highlight">').
|
|
replace(/@start-highlight@/g, '<code class="highlight">').
|
|
|
replace(/@end-highlight@/g, '</code>')
|
|
replace(/@end-highlight@/g, '</code>')
|
|
|
}
|
|
}
|
|
|
return '';
|
|
return '';
|
|
|
}
|
|
}
|
|
|
-});
|
|
|
|
|
|
|
+});
|