Graal Forums  

Go Back   Graal Forums > Graal V6 forums > Bug Report
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
  #1  
Old 09-16-2007, 01:45 AM
Twinny Twinny is offline
My empire of dirt
Twinny's Avatar
Join Date: Mar 2006
Location: Australia
Posts: 2,422
Twinny is just really niceTwinny is just really nice
Send a message via AIM to Twinny
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
Reply With Quote
  #2  
Old 09-16-2007, 02:07 AM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
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).
Reply With Quote
  #3  
Old 09-16-2007, 02:14 AM
zokemon zokemon is offline
That one guy...
zokemon's Avatar
Join Date: Mar 2001
Location: Sonoma County, California
Posts: 2,925
zokemon is a jewel in the roughzokemon is a jewel in the rough
Send a message via ICQ to zokemon Send a message via AIM to zokemon Send a message via MSN to zokemon Send a message via Yahoo to zokemon
Quote:
Originally Posted by DustyPorViva View Post
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>
__________________
Do it with a DON!
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 08:18 AM.


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