Dear Wiki Community,<br><br>Spotted an issue with the $LastModified page variable picking up last but one modification date/time not current.  This is only the case when used in (:description:) markup in conjection with hover/tooltip text.  Let me explain my set-up....<br>
<br>PmWiki latest 2.2.0<br><br>Added tooltips to Wiki page links. Tooltip is taken from the text within the (:description:) markup for
each page it links to. This is what was added to the local/config.php
file:<br><br><div class="codeblock">$LinkPageExistsFmt = &quot;&lt;a class=&#39;wikilink&#39; title=&#39;{\$Description}&#39; href=&#39;\$LinkUrl&#39;&gt;\$LinkText&lt;/a&gt;&quot;;<br><br>Now perform the following to reproduce the issue:<br>
<br>1. Create two pages (adding an author name when submitting page update).  On Page 1 add a reference to [[Page 2]].<br><br>2. On Page two add the following markup:<br><br>(:description My Page 2 - last modified on {$LastModified} by {$LastModifiedBy} :)<br>
<br>3. Refresh Page 1 on browser and note the text when you hover over the link to Page 2.  First hint at bug is the LastModified date/time is correct however no author name is displayed.<br><br>4. Wait at least one minute from creating first page (as we need to see the modified time change).  Edit Page 2 by adding something to end and submit.<br>
<br>5. Refresh Page 1 and note hover text now says the correct author but the LastModified date/time shows the last but one date/time.<br><br>6. Repeat (4) and (5) again and notice the same.<br><br>I use the $LastModified variable in the Site PageFooter and that is always correct.  It&#39;s only when I use this page variable for hover text that I see a problem.  Can anyone suggest what&#39;s going wrong here?<br>
<br>Thanks in advance for your help,<br><br>--Steve.<br><br></div>