Elm_util : merge with upstream (58795)
authorWooHyun Jung <wh0705.jung@samsung.com>
Tue, 3 May 2011 14:23:37 +0000 (23:23 +0900)
committerWooHyun Jung <wh0705.jung@samsung.com>
Tue, 3 May 2011 14:23:37 +0000 (23:23 +0900)
src/lib/elm_util.c

index 4c67ebc..622aee4 100644 (file)
@@ -101,8 +101,9 @@ _elm_util_mkup_to_text(const char *mkup)
                        str = _str_append(str, ts, &str_len, &str_alloc);
                        free(ts);
                     }
-                  break;
                }
+
+             if (!*p) break;
           }
         if (*p == '<')
           {