Difference between revisions of "Issue:Linkto is enclosed with html tags"

From FollowTheScore
Jump to: navigation, search
m (Problem)
m
Line 22: Line 22:
 
<html><a href="/wiki/index.php/PaginaPrincipal" title="PaginaPrincipal">PaginaPrincipal</a></html>
 
<html><a href="/wiki/index.php/PaginaPrincipal" title="PaginaPrincipal">PaginaPrincipal</a></html>
 
</pre>
 
</pre>
 +
 +
The Mediawiki version is 1.16beta1.
  
 
== Reply ==
 
== Reply ==

Revision as of 11:19, 9 April 2010

Description:
Extension / Version: DPL   /   1.8.9
Type / Status: Bug   /   open

Problem

I tried to insert all references to the current page. I use this:

{{#dpl: linksto = {{FULLPAGENAME}} }}

What I see is:

<html><a href="/wiki/index.php/Aplica%C3%A7%C3%B5es_de_Testes" title="Aplicações de Testes">Aplicações de Testes</a></html>
<html><a href="/wiki/index.php/PaginaPrincipal" title="PaginaPrincipal">PaginaPrincipal</a></html>

The Mediawiki version is 1.16beta1.

Reply