Skip to content

Commit fba177e

Browse files
committed
enable Botchecker_js::remove_r_snippet
1 parent db41e5d commit fba177e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cgi-bin/cpantestersmatrix.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -893,7 +893,7 @@ BEGIN
893893
by <a href="https://metacpan.org/author/SREZIC">Slaven Rezi&#x0107;</a>
894894
</div>
895895
@{[ defined &Botchecker::zdjela_meda ? Botchecker::zdjela_meda() : '' ]}
896-
@{[ 0 && $ENV{BOTCHECKER_JS_ENABLED} && defined &Botchecker_js::remove_r_snippet ? Botchecker_js::remove_r_snippet() : '' ]}
896+
@{[ $ENV{BOTCHECKER_JS_ENABLED} && defined &Botchecker_js::remove_r_snippet ? Botchecker_js::remove_r_snippet() : '' ]}
897897
</body>
898898
</html>
899899
EOF

0 commit comments

Comments
 (0)