diff options
Diffstat (limited to 'h-source/Application/Views/Desktop/wiki_page.php')
-rw-r--r-- | h-source/Application/Views/Desktop/wiki_page.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/h-source/Application/Views/Desktop/wiki_page.php b/h-source/Application/Views/Desktop/wiki_page.php index 2316f10..48f7b96 100644 --- a/h-source/Application/Views/Desktop/wiki_page.php +++ b/h-source/Application/Views/Desktop/wiki_page.php @@ -1,5 +1,4 @@ <?php if (!defined('EG')) die('Direct access not allowed!'); ?> - <?php // h-source, a web software to build a community of people that want to share their hardware information. // Copyright (C) 2010 Antonio Gallo (h-source-copyright.txt) @@ -19,7 +18,7 @@ // You should have received a copy of the GNU General Public License // along with h-source. If not, see <http://www.gnu.org/licenses/>. ?> - + <div id="left"> <?php @@ -139,7 +138,7 @@ <?php } ?> </div> <div class="wiki_page_content"> - <?php echo decodeWikiText($page[$tableName]['page'])?> + <?php echo decodeWikiText($page[$tableName]['page']);?> </div> <?php } ?> |