You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by at...@apache.org on 2013/11/13 12:00:32 UTC

git commit: AMBARI-3756 Oozie service description has unescaped tag. (atkach)

Updated Branches:
  refs/heads/trunk 6e93225b5 -> 5d9960243


AMBARI-3756 Oozie service description has unescaped tag. (atkach)


Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/5d996024
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/5d996024
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/5d996024

Branch: refs/heads/trunk
Commit: 5d9960243b2d46d6a9562a0120fa84f533af2337
Parents: 6e93225
Author: atkach <an...@gmail.com>
Authored: Wed Nov 13 13:00:27 2013 +0200
Committer: atkach <an...@gmail.com>
Committed: Wed Nov 13 13:00:27 2013 +0200

----------------------------------------------------------------------
 ambari-web/app/templates/main/admin/cluster.hbs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/5d996024/ambari-web/app/templates/main/admin/cluster.hbs
----------------------------------------------------------------------
diff --git a/ambari-web/app/templates/main/admin/cluster.hbs b/ambari-web/app/templates/main/admin/cluster.hbs
index a2647fa..4d4f226 100644
--- a/ambari-web/app/templates/main/admin/cluster.hbs
+++ b/ambari-web/app/templates/main/admin/cluster.hbs
@@ -42,7 +42,7 @@
       <tr>
         <td>{{service.displayName}}</td>
         <td>{{service.version}}</td>
-        <td>{{service.description}}</td>
+        <td>{{{service.description}}}</td>
       </tr>
       {{/unless}}
       {{/each}}