A propos IFRAME in moin 1.7.1

Inside a macro, the following works: <iframe src="foo.com"
width="100%" height="400"></iframe>

The following results in an empty page: <iframe src="foo.com"
width="100%" height="100%"> </iframe>

The only difference is in the height value: "400" works, but "100%" doesn't.

Is this a bug or a feature?

    Victor

On 9/18/08, Thomas Waldmann <[EMAIL PROTECTED]> wrote:
>> #format html
>> <IFRAME SRC="foo.com"></IFRAME>
>>
>> But I get empty page.
>
> Note that the html parser is a "safe" html parser (to avoid abuse of the
> wiki / security risks), so it does not allow all html tags.
>
> Maybe iframe is not in the allowed set of tags.


-- 
  Calligraphy of geese /  Against the sky /  The moon seals it / (Buson/Hass)

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Moin-user mailing list
Moin-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/moin-user

Reply via email to