Ver código fonte

Add missing break in switch

rugk 6 anos atrás
pai
commit
470e0fc33c
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      js/privatebin.js

+ 1 - 0
js/privatebin.js

@@ -2547,6 +2547,7 @@ jQuery.PrivateBin = (function($, RawDeflate) {
                             prettyPrintOne(processedText, null, true)
                             prettyPrintOne(processedText, null, true)
                         )
                         )
                     );
                     );
+                    break;
                 case 'markdown':
                 case 'markdown':
                     const converter = new showdown.Converter({
                     const converter = new showdown.Converter({
                         strikethrough: true,
                         strikethrough: true,