Skip to content

Commit

Permalink
Sorry for the last empty line and . without spaces
Browse files Browse the repository at this point in the history
Note: headers will be done as a whole


git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk@190900 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
bertrand Gugger committed Jul 18, 2005
1 parent 89c892b commit 37abc63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Text/Wiki/Render/Latex/Bold.php
@@ -1,4 +1,4 @@
<?php
include_once dirname(__FILE__).DIRECTORY_SEPARATOR.'Strong.php';
include_once dirname(__FILE__) . DIRECTORY_SEPARATOR . 'Strong.php';
class Text_Wiki_Render_Latex_Bold extends Text_Wiki_Render_Latex_Strong {}
?>
2 changes: 1 addition & 1 deletion Text/Wiki/Render/Latex/Italic.php
@@ -1,5 +1,5 @@
<?php
include_once dirname(__FILE__).DIRECTORY_SEPARATOR.'Emphasis.php';
include_once dirname(__FILE__) . DIRECTORY_SEPARATOR . 'Emphasis.php';
class Text_Wiki_Render_Latex_Italic extends Text_Wiki_Render_Latex_Emphasis {
}
?>

0 comments on commit 37abc63

Please sign in to comment.