Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/28/08 16:10
Read: times


 
#152676 - Forum bug???
Hey Craig,

Here's a bit of code, tastefully embedded within "pre" tags according to the tradition around here.
void main() {
    int a[5];
    for (i=0; i<5; i++) {
        a[i] = i;    // Set array element to its index
        }
    }
Yikes ... looks like something interpreted the subscripted 'i' as an HTML italics tag. Is that the forum software doing that, or my browser (Firefox), or ???

-- Russ


List of 20 messages in thread
TopicAuthorDate
Forum bug???            01/01/70 00:00      
   Interesting            01/01/70 00:00      
      I see absolutely no point in doing that            01/01/70 00:00      
         why do BBCode?            01/01/70 00:00      
            HTML can't do bad things...            01/01/70 00:00      
         Standarization            01/01/70 00:00      
            this sounds like it            01/01/70 00:00      
               Consistency            01/01/70 00:00      
            what\'s a bbcode?            01/01/70 00:00      
               BBCode            01/01/70 00:00      
                  EEEK! WordPerfect?            01/01/70 00:00      
                     simple            01/01/70 00:00      
                        Oh, well ... seems inevitable ... ...            01/01/70 00:00      
      Replacing an existing bug            01/01/70 00:00      
         Shall be fixed as well            01/01/70 00:00      
   Another one            01/01/70 00:00      
      I'll check            01/01/70 00:00      
         Test 3            01/01/70 00:00      
         Should work            01/01/70 00:00      
            Yup. It works for me now. Thanks.            01/01/70 00:00      

Back to Subject List