diff --git a/public/javascripts/dragreg.js b/public/javascripts/dragreg.js index a262959..741b014 100644 --- a/public/javascripts/dragreg.js +++ b/public/javascripts/dragreg.js @@ -19,7 +19,7 @@ $(document).ready(function() { stop: update_drag_info }); // FIXME: highlight text for now, until we can determine and // store what everything exactly is. - $("pre").each(function(idx, elem) { + $("pre code").each(function(idx, elem) { hljs.highlightBlock(elem, ' '); }); })