fix all the tiny conditional problems our new checker told us about.
[citadel.git] / webcit / static / t / files / picview.js
index a09c81032e9f56574e67f1535fdaa4651228b097..10b40d8bd9466bf047cb78dba422e7bad0073bd1 100644 (file)
@@ -2,9 +2,7 @@
 <?=("head")>
 <?=("important_msg")><?%("COND:LOGGEDIN", 1, 1, 1, "", ="paging")>
 
-<div id="banner">
-       <h1><?_("Pictures in")><?ROOM:NAME></h1>
-</div>
+<div id="banner"><h1><?_("Pictures in")> <?ROOM:NAME></h1></div>
 <div id="content" class="service">
        <table class="downloads_background">
        <tr><td>
@@ -33,3 +31,4 @@
        <th></th>
        </table>
 <?=("trailing")>
+<??("X", 1)>
\ No newline at end of file