SF.net SVN: phpwiki:[10776] trunk/themes/Wordpress/templates/ viewsource.tmpl

vargenau--- via phpwiki-checkins <[email protected]>
Newsgroups gmane.comp.web.wiki.phpwiki.checkins
Message-ID <[email protected]>
Revision: 10776
          http://sourceforge.net/p/phpwiki/code/10776
Author:   vargenau
Date:     2021-12-14 18:00:57 +0000 (Tue, 14 Dec 2021)
Log Message:
-----------
themes/Wordpress/templates/viewsource.tmpl: id is not used

Modified Paths:
--------------
    trunk/themes/Wordpress/templates/viewsource.tmpl

Modified: trunk/themes/Wordpress/templates/viewsource.tmpl
===================================================================
--- trunk/themes/Wordpress/templates/viewsource.tmpl	2021-12-14 17:58:32 UTC (rev 10775)
+++ trunk/themes/Wordpress/templates/viewsource.tmpl	2021-12-14 18:00:57 UTC (rev 10776)
@@ -1,4 +1,4 @@
-<div class="wikitext" id="viewform">
+<div class="wikitext">
 
 <?php
 if (empty($revision)) $revision = $page->getCurrentRevision(false);
@@ -19,8 +19,8 @@
           readonly="readonly"
 ><?php echo $PAGE_SOURCE ?></textarea>
 <hr />
-<a href="<?php echo WikiURL($page,array('action'=>_("PageHistory")))?>"
-   ><?php echo $WikiTheme->getLastModifiedMessage($revision) ?></a>
+<a href="<?php echo WikiURL($page,array('action'=>_("PageHistory")))?>">
+<?php echo $WikiTheme->getLastModifiedMessage($revision) ?></a>
 <br />
 
 </div>

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.