Diff for /Amaya/amaya/templateInstantiate.c between versions 1.119 and 1.120

version 1.119, 2009/08/28 14:15:47 version 1.120, 2009/09/01 14:52:57
Line 379  Element ParseTemplate (XTigerTemplate t, Line 379  Element ParseTemplate (XTigerTemplate t,
             {              {
               child = TtaGetFirstChild (el);                child = TtaGetFirstChild (el);
               if (!strcmp (types, "string") || !strcmp (types, "number"))                if (!strcmp (types, "string") || !strcmp (types, "number"))
                 AddPromptIndicator (el, doc);                  {
                     if (!loading)
                       // don't apply to a loaded instance
                       AddPromptIndicator (el, doc);
                   }
               else                else
                 {                  {
                   // avoid to have a block element within a pseudo paragraph                    // avoid to have a block element within a pseudo paragraph

Removed from v.1.119  
changed lines
  Added in v.1.120


Webmaster