diff options
Diffstat (limited to 'inc/parser/handler.php')
-rw-r--r-- | inc/parser/handler.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/parser/handler.php b/inc/parser/handler.php index ad2bb6056..4d3dc5380 100644 --- a/inc/parser/handler.php +++ b/inc/parser/handler.php @@ -686,6 +686,8 @@ function Doku_Handler_Parse_Media($match) { $linking = 'nolink'; }else if(preg_match('/direct/i',$param)){ $linking = 'direct'; + }else if(preg_match('/justlink/i',$param)){ + $linking = 'justlink'; }else{ $linking = 'details'; } |