[MKDoc-commit] Default for external links changed back to NOT open in new windows.

chris at mkdoc.demon.co.uk chris at mkdoc.demon.co.uk
Wed Jul 13 15:32:53 BST 2005


Log Message:
-----------
Default for external links changed back to NOT open in new windows.

Tags:
----
mkdoc-1-6

Modified Files:
--------------
    mkd/flo:
        Editor.pm

-------------- next part --------------
Index: Editor.pm
===================================================================
RCS file: /var/spool/cvs/mkd/flo/Editor.pm,v
retrieving revision 1.12.2.42
retrieving revision 1.12.2.43
diff -Lflo/Editor.pm -Lflo/Editor.pm -u -r1.12.2.42 -r1.12.2.43
--- flo/Editor.pm
+++ flo/Editor.pm
@@ -33,7 +33,7 @@
 
 # Set this to true and external links (as determined by
 # MKDoc::Util::LinkParser) will open in a new window.
-our $EXTERNAL_LINKS_OPEN_IN_NEW_WINDOW = 1;
+our $EXTERNAL_LINKS_OPEN_IN_NEW_WINDOW = 0;
 
 use constant BLOCK => 'edit_block';
 


More information about the MKDoc-commit mailing list