From 8acb31082c9a565d775be0739e6deaf1773f9751 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Sat, 23 Feb 2008 11:14:26 +0100 Subject: renamed justlink option to linkonly darcs-hash:20080223101426-7ad00-ceacdc83e829f1da7aa272eb597277a8c78113be.gz --- inc/parser/xhtml.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'inc/parser/xhtml.php') diff --git a/inc/parser/xhtml.php b/inc/parser/xhtml.php index 774fbd5a2..5f25d167a 100644 --- a/inc/parser/xhtml.php +++ b/inc/parser/xhtml.php @@ -669,7 +669,7 @@ class Doku_Renderer_xhtml extends Doku_Renderer { resolve_mediaid(getNS($ID),$src, $exists); $noLink = false; - $render = ($linking == 'justlink') ? false : true; + $render = ($linking == 'linkonly') ? false : true; $link = $this->_getMediaLinkConf($src, $title, $align, $width, $height, $cache, $render); list($ext,$mime) = mimetype($src); @@ -696,7 +696,7 @@ class Doku_Renderer_xhtml extends Doku_Renderer { function externalmedia ($src, $title=NULL, $align=NULL, $width=NULL, $height=NULL, $cache=NULL, $linking=NULL) { $noLink = false; - $render = ($linking == 'justlink') ? false : true; + $render = ($linking == 'linkonly') ? false : true; $link = $this->_getMediaLinkConf($src, $title, $align, $width, $height, $cache, $render); $link['url'] = ml($src,array('cache'=>$cache)); -- cgit v1.2.3