Browse Source

Minor style changes

main
Simon Bowie 3 years ago
parent
commit
b5a71a5697
2 changed files with 6 additions and 6 deletions
  1. +5
    -5
      site/public/random_images.php
  2. +1
    -1
      site/public/titles.php

+ 5
- 5
site/public/random_images.php View File

@@ -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 View File

@@ -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…
Cancel
Save