소스 검색

Add content card div

Alex 10 달 전
부모
커밋
42faabcddf
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      active_extensions.php

+ 2 - 0
active_extensions.php

@@ -292,6 +292,7 @@ echo "</table>\n";
 echo "<div id=\"url\"></div>\n";
 echo "<br />\n";
 
+echo "<div class='card'>\n";
 echo "<table width='100%' border='0' cellpadding='0' cellspacing='2'>\n";
 echo "	<tr class='border'>\n";
 if ($event_type=="iframe") {
@@ -316,6 +317,7 @@ if ($event_type=="iframe") {
 echo "	</tr>";
 echo "</table>";
 echo "</div>\n";
+echo "</div>\n";
 
 echo "<script type=\"text/javascript\">\n";
 echo "<!--\n";