(elements)
| 826 | } |
| 827 | |
| 828 | function setApaches(elements) { |
| 829 | for (el of elements) { |
| 830 | $(`code:contains(${el})`).addClass('apache'); |
| 831 | } |
| 832 | } |
| 833 | |
| 834 | function fixClasses() { |
| 835 | // Changes class="hljs-keyword" to class="hljs-title" of 'class' keyword. |
no test coverage detected