Roo/Markdown.js
authorAlan Knowles <alan@roojs.com>
Tue, 25 Oct 2016 08:26:19 +0000 (16:26 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 25 Oct 2016 08:26:19 +0000 (16:26 +0800)
Roo/Markdown.js

index 91831a5..6ffe6e0 100644 (file)
@@ -865,7 +865,7 @@ Roo.Markdown.toHtml = function(text) {
     };
     
     Renderer.prototype.table = function(header, body) {
-      return '<table>\n'
+      return '<table class="table table-striped">\n'
         + '<thead>\n'
         + header
         + '</thead>\n'