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

From FollowTheScore
Jump to: navigation, search
(New page: {{Issue |Type = Bug |Extension = DPL |Version = 1.8.9 |Description = |Status = open }} == Problem == I tried to insert all references to the current page. I use...)
 
m (Problem)
Line 12: Line 12:
 
I use this:
 
I use this:
  
<nowiki>
+
<pre>
 
{{#dpl: linksto = {{FULLPAGENAME}} }}
 
{{#dpl: linksto = {{FULLPAGENAME}} }}
</nowiki>
+
</pre>
  
 
What I see is:
 
What I see is:
  
<nowiki>
+
<pre>
 
<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/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>
 
<html><a href="/wiki/index.php/PaginaPrincipal" title="PaginaPrincipal">PaginaPrincipal</a></html>
</nowiki>
+
</pre>
 
 
  
 
== Reply ==
 
== Reply ==

Revision as of 11:18, 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>

Reply