Skip to content

Commit 7c1f217

Browse files
committed
3.1.4
1 parent 82c0bfc commit 7c1f217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prolog/logicmoo/butterfly_console.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
%:- use_module(library(http/http_dispatch))
102102

103103
:- if( exists_source(swi(library/http/html_head))).
104-
:- /*system:*/(swi(library/http/html_head)).
104+
:- /*system:*/use_module(swi(library/http/html_head)).
105105
:- else.
106106
:- if( exists_source(library(http/html_head))).
107107
:- /*system:*/use_module(library(http/html_head)).

0 commit comments

Comments
 (0)