]> git.quilime.com - clmpr.git/commitdiff
updated key words in about
authorGabriel Dunne <gdunne@quilime.com>
Sun, 18 Dec 2011 22:11:11 +0000 (14:11 -0800)
committerGabriel Dunne <gdunne@quilime.com>
Sun, 18 Dec 2011 22:11:11 +0000 (14:11 -0800)
index.php
rss.php

index e9ac0e7da23ad8c319de650085495f9d2b4ffb18..3d308f725c4222a4eee69a2decbd16fe537d21e1 100644 (file)
--- a/index.php
+++ b/index.php
@@ -23,7 +23,7 @@ switch($endpoint)
         clmpr saves internet links
         
         <ul class="tags">
-        tags:
+        key words:
         <li>delicious</li>
         <li>clone</li>
         <li>bookmarks</li>
diff --git a/rss.php b/rss.php
index 948dbea21953b26e770840cc5a2717b10bd97520..fbadf1402e8fea56c33caa67602c5d6e2a91f8ed 100644 (file)
--- a/rss.php
+++ b/rss.php
@@ -9,7 +9,7 @@
 
        <?php for($i = 0; $row = $q->fetch(); $i++ ): ?>
        <item>
-           <title><?php echo htmlentities($row['title']) ?></title>
+           <title><?php echo urlencode($row['title']) ?></title>
            <link><?php echo urlencode($row['url']) ?></link>
            <pubDate><?php echo date('r', strtotime($row['date'])); ?></pubDate>