ソースを参照

Fixed the inline display of HTML/XML documents

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@505 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 15 年 前
コミット
9606540c4a
1 ファイル変更1 行追加0 行削除
  1. 1 0
      application/cmdbabstract.class.inc.php

+ 1 - 0
application/cmdbabstract.class.inc.php

@@ -1425,6 +1425,7 @@ EOF
 				case 'text/html':
 				case 'text/xml':
 				$oPage->add("<iframe id='preview_$sAttCode' src=\"../pages/ajax.render.php?operation=display_document&class=$sClass&id=$Id&field=$sAttCode\" width=\"100%\" height=\"400\">Loading...</iframe>\n");
+				break;
 				
 				default:
 				$oPage->add("<pre>".htmlentities(MyHelpers::beautifulstr($data, 1000, true))."</pre>\n");