diff --git a/template/app/view/videos/Index.js b/template/app/view/videos/Index.js index 7ce826c8ed5051880478e9800e39a15ed52219fe..000f9698f0d9799f8a452787bacad85ea04d7246 100644 --- a/template/app/view/videos/Index.js +++ b/template/app/view/videos/Index.js @@ -19,7 +19,7 @@ Ext.define('Docs.view.videos.Index', { itemTpl: [ '
', '

{title}', - '

{[values.description.substr(0,100)]}

', + '

{[values.description.substr(0,80)]}

', '
' ], data: Docs.data.videos