We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps to reproduce: 1. Ensure you're using the postmodern interface. 2. Navigate to this URL: https://www.grinnellplans.com/board_messages.php?messagenum=59182#59182 3. Notice that your browser did not jump to post #59182. Other pertinent information (browser version, revision number, etc): This is a blind hack but maybe fixes it? Index: views/templates/tableless/NotesPost.tpl.php =================================================================== --- views/templates/tableless/NotesPost.tpl.php (revision 631) +++ views/templates/tableless/NotesPost.tpl.php (working copy) @@ -1,4 +1,4 @@ -<div class="notes_post <?php echo $this->list_attributes; ?>"> +<div class="notes_post <?php echo $this->list_attributes; ?>" id="<?php echo $this->post_id; ?>"> <div class="notes_post_header"> <div class="post_id"><?php echo $this->post_id; ?></div> <div class="post_author">[<?php echo $this->post_author_template->display(); ?>]</div>
Original issue reported on code.google.com by [email protected] on 10 Jan 2015 at 12:22
[email protected]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Original issue reported on code.google.com by
[email protected]
on 10 Jan 2015 at 12:22The text was updated successfully, but these errors were encountered: