Author: johnnyoffline
Date: 2010-01-18 22:16:32 +0100 (Mon, 18 Jan 2010)
New Revision: 26843

Modified:
   plugins/pkBlogPlugin/trunk/modules/pkBlog/templates/showSuccess.php
Log:
added an id to the main blog container

Modified: plugins/pkBlogPlugin/trunk/modules/pkBlog/templates/showSuccess.php
===================================================================
--- plugins/pkBlogPlugin/trunk/modules/pkBlog/templates/showSuccess.php 
2010-01-18 21:00:03 UTC (rev 26842)
+++ plugins/pkBlogPlugin/trunk/modules/pkBlog/templates/showSuccess.php 
2010-01-18 21:16:32 UTC (rev 26843)
@@ -8,6 +8,6 @@
        <div id="pk-subnav-bottom" class="pk-subnav-bottom"></div>
 </div>
 
-<div class="pk-blog-main">
+<div id="pk-blog-main" class="pk-blog-main">
   <?php echo include_partial('pkBlog/post', array('pk_blog_post' => 
$pk_blog_post)); ?>
 </div>
\ No newline at end of file

-- 
You received this message because you are subscribed to the Google Groups 
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/symfony-svn?hl=en.


Reply via email to