Revision: 8204
http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8204&view=rev
Author: vargenau
Date: 2011-11-29 13:38:06 +0000 (Tue, 29 Nov 2011)
Log Message:
-----------
No <strong>, the CSS classes will take care of it
Modified Paths:
--------------
trunk/themes/fusionforge/templates/browse.tmpl
Modified: trunk/themes/fusionforge/templates/browse.tmpl
===================================================================
--- trunk/themes/fusionforge/templates/browse.tmpl 2011-11-29 13:17:03 UTC (rev 8203)
+++ trunk/themes/fusionforge/templates/browse.tmpl 2011-11-29 13:38:06 UTC (rev 8204)
@@ -5,13 +5,13 @@
?>
<?php if ($page->exists() and $revision and $revision->hasDefaultContents()) { ?>
- <p class="error"><strong><?php echo _("Error:")?></strong>
+ <p class="error"><?php echo _("Error:")?>
<?php echo _("This revision of the page does not exist.")?>
<?php echo Button('browse', _("View the current version."), $page)?>
</p>
<?php } else { ?>
<?php if ($revision and !$revision->isCurrent()) { ?>
- <p class="warning_msg"><strong><?php echo _("Note:")?></strong>
+ <p class="warning_msg"><?php echo _("Note:")?>
<?php echo _("You are viewing an old revision of this page.")?>
<?php echo Button('browse', _("View the current version."), $page)?>
</p>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|