Two stories in comment.
Lance Levsen <lance-8fVGZEMlguYsA/[email protected]>
| Newsgroups | gmane.comp.web.pyblosxom.user |
|---|---|
| Message-ID | <[email protected]> |
Hey all. I spent Sunday getting pyblosxom up and running. I used the green flavour from the repository. Looks great, thanks Andy. There were two things that I had to change in this flavour to get it running, two extraneous </divs>. Attached is a patch. Second issue is that when I go to the comments page, I see two copies of the story. The first one is being displayed by story.html, the second by comment-story.html. I'm curious why story is being called as well as comment-story.html. I'm very new to this and python in general, not a newbie, but not nearly as comfortable as others. Cheers, lance -- Lance Levsen, Catprint Computing Tel: (306) 493-2249 Cell: (306) 341-3166
comment.html.patch
(text/x-patch, 453 B)
--- Desktop/Source_Code/pyblosxom_green_on_green_flavour_orig/comment.html 2004-08-19 09:08:42.000000000 -0600
+++ /var/www/pyblosxom/comment.html 2005-04-12 00:46:27.000000000 -0600
@@ -4,5 +4,6 @@
$cmt_description<br />
Posted by <a href="$cmt_link">$cmt_author</a> at $cmt_pubDate
<br />
- </div> <!-- End of blosxomComment div -->
+ </div> <!-- End of blosxomComment div -->
<br />
+<!-- End of comment -->
signature.asc
(application/pgp-signature, 256 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFCXTuzWSOc2vLaecgRAqTjAKDZTXo0rEKP18X5kE5FtB9NmpqvLgCfT3K5 NxAaKoZivmnGFcO6jQNrjfA= =VqJ2 -----END PGP SIGNATURE-----