Ah, you meant the display. My apologies, I wasn't thinking properly.

Anyway, it looks like you have some CSS along these lines:

a:after { content:" (" attr(href) ") "; }

Either that, or it's javascript doing it. That's a technique best used
for print styles, so the URL is printed.

On Sat, Feb 7, 2009 at 7:46 PM, cronet <[email protected]> wrote:
>
> Hard to discribe...
>
> please look at this Image:  img90.imageshack. us/my.php?
> image=bild12op1.png
>
> It shows my view (top), the site (middle) and the sourcecode (lower).
>
>
> On 8 Feb., 00:54, brian <[email protected]> wrote:
>> On Sat, Feb 7, 2009 at 6:47 PM, cronet <[email protected]> wrote:
>>
>> > Hi,
>>
>> > i got a problem with my links, created with cakephp. (I don't think
>> > its a cake problem, but perhaps someone of you can give me a hint,
>> > anyway)
>>
>> > If I write something like:
>> > <?php echo $html->link("test", array("controller"=>"pages",
>> > "action"=>"test")); ?>
>>
>> > the output is:
>> > Test (/pages/test)
>>
>> > the strange thing: in the sourcecode:
>> > <a href="test">Test</a>
>>
>> What do you mean by "output"? The only output would be the HTML (your
>> sourcecode example).
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to