... |
... |
@@ -4,7 +4,7 @@ |
4 |
4 |
#set($url = "$!wikimacro.parameters.url") |
5 |
5 |
#set($image = "$!wikimacro.parameters.image") |
6 |
6 |
|
7 |
|
-## Enforce https:// if user forgot it |
|
7 |
+## Add https:// if user forgets it |
8 |
8 |
#if(!$url.startsWith("http")) |
9 |
9 |
#set($url = "https://$url") |
10 |
10 |
#end |
... |
... |
@@ -13,6 +13,6 @@ |
13 |
13 |
|[[image:$image||data-xwiki-image-style="thumbnail-clickable" width="200" style="border:1px solid #ccc;"]]| |
14 |
14 |
=== $headline === |
15 |
15 |
**$desc**\\ |
16 |
|
-[[Read More>>url:$url]] |
|
16 |
+[[Read More>>url:$url||target="_blank"]] |
17 |
17 |
{{/velocity}} |
18 |
18 |
|