iframe closing tags
I was investigating why the top nav hamburger button didn't work on mobile when you were on system info, log, or streamlit page, and discovered the iframes didn't have closing tags! Also note to self: don't run random git commands you find on stackoverflow -- my birds.db was erased :((( (doing a cron backup every day now!)
This commit is contained in:
+1
-1
@@ -55,5 +55,5 @@ if(isset($_GET['stream'])){
|
||||
</div>";
|
||||
}
|
||||
echo "
|
||||
<iframe src=\"/views.php\">
|
||||
<iframe src=\"/views.php\"></iframe>
|
||||
</div>";
|
||||
|
||||
Reference in New Issue
Block a user