]> git.plutz.net Git - confetti/blobdiff - templates/frame.html.sh
basic update functions for vcards
[confetti] / templates / frame.html.sh
index bac287180270d0f05c00f5dc531c3794fd908676..c15561182d87348a5304365d5646e37fc66e3f3f 100755 (executable)
@@ -8,7 +8,7 @@ cat <<EOF
     <!--
 
 
-    $($PAGE css)
+    $($PAGE css)
     -->
     </style>
   </head>
@@ -17,7 +17,7 @@ cat <<EOF
       $(NAVIGATION |sed -r 's:^([^ ]+) (.+)$:<a href="\1">\2</a>:g')
     </div>
     <div class="MAIN">
-      $($PAGE body)
+      $($PAGE body)
     </div>
   </body>
 </html>