Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Bug Report (https://forums.graalonline.com/forums/forumdisplay.php?f=193)
-   -   Copying from a pm. (https://forums.graalonline.com/forums/showthread.php?t=76807)

Twinny 09-16-2007 01:45 AM

Copying from a pm.
 
When I try to copy/paste a script from a pm window or history window, it always seems to break at the < sign of a for() loop.

PHP Code:

function onCreated()
{
  for (
i=0i<10i++)
  {
    echo(
i);
  }


I pmed that to NPC-Server. When I tried to copy it out of history, it came out as

PHP Code:

function onCreated()
    {
      for (
i=0


DustyPorViva 09-16-2007 02:07 AM

I'm going to guess because <'s are considered brackets, and because of PM's using GUI's now, they're parsing HTML so...
I doubt this is going to get fixed, same as <3 was never fixed(although very, very minor compared to this, it's the same problem that needed to be addressed).

zokemon 09-16-2007 02:14 AM

Quote:

Originally Posted by DustyPorViva (Post 1348016)
I'm going to guess because <'s are considered brackets, and because of PM's using GUI's now, they're parsing HTML so...
I doubt this is going to get fixed, same as <3 was never fixed(although very, very minor compared to this, it's the same problem that needed to be addressed).

Should be a <noparse> :(


All times are GMT +2. The time now is 03:33 AM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.