소스 검색

Minor style changes

main
Simon Bowie 3 년 전
부모
커밋
b5a71a5697
2개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. +5
    -5
      site/public/random_images.php
  2. +1
    -1
      site/public/titles.php

+ 5
- 5
site/public/random_images.php 파일 보기

@@ -30,14 +30,14 @@ $random_doc_refs = ten_random_doc_refs();
foreach($random_doc_refs as $doc_ref):
?>

<iframe src="./ops_image.php?doc_ref=<?php echo $doc_ref ?>" width="100%" height="500px">
</iframe>
<iframe src="./ops_image.php?doc_ref=<?php echo $doc_ref ?>" width="100%" height="500px">
</iframe>

<br><br>
<br><br>

<?php
<?php
endforeach;
?>
?>

</div>
</body>

+ 1
- 1
site/public/titles.php 파일 보기

@@ -24,7 +24,7 @@ $random_titles = ten_random_titles();
</head>
<body>

<div class="container-fluid">
<div class="container">
<?php

foreach ($random_titles as $record_array):

Loading…
취소
저장