fix templating errors in display of a single user profile
authorWilfried Goesgens <dothebart@citadel.org>
Sun, 17 Jul 2011 23:35:30 +0000 (23:35 +0000)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 4 Sep 2011 21:37:25 +0000 (21:37 +0000)
webcit/static/t/user/show.html

index 5434dbc672cb9fa9e63041977287f1a6062b68da..f411034eda303bc618edaed3507933934f43931d 100644 (file)
@@ -1,4 +1,4 @@
-<?("=head")>
+<?=("head")>
 <div id="banner">
   <img src="static/webcit_icons/essen/32x32/account.png" alt="">
   <h1><?_("User profile")></h1>
@@ -24,4 +24,4 @@
        <?USER:BIO(B"who", "FJUSTIFY")>
   </td></tr>
   </table>
-<?=("trailing">
+<?=("trailing")>