diff --git a/public/resources/js/directives/copy.js b/public/resources/js/directives/copy.js index 013f75ec54..e2df686936 100644 --- a/public/resources/js/directives/copy.js +++ b/public/resources/js/directives/copy.js @@ -25,7 +25,7 @@ angularIO.directive('copyContainer', function() { transclude: true, template: '
' + - '' + + '' + '' + '
' }; @@ -57,4 +57,4 @@ angularIO.directive('copyButton', function() { }); } }; -}); \ No newline at end of file +});