------------------------------------------------------------
revno: 981
committer: Bassel Safadi <[email protected]>
branch nick: aikiframework
timestamp: Sat 2011-12-24 21:06:59 +0200
message:
there where missing closings in wiki file added
modified:
src/libs/wiki.php
--
lp:aikiframework
https://code.launchpad.net/~aikiframework-devel/aikiframework/trunk
Your team Aiki Framework Developers is subscribed to branch lp:aikiframework.
To unsubscribe from this branch go to
https://code.launchpad.net/~aikiframework-devel/aikiframework/trunk/+edit-subscription
=== modified file 'src/libs/wiki.php'
--- src/libs/wiki.php 2011-12-24 19:04:26 +0000
+++ src/libs/wiki.php 2011-12-24 19:06:59 +0000
@@ -641,13 +641,13 @@
}
$i++;
}
+
//Now close all remaining tags. Notice that the order is important.
if ( $state === 'b' || $state === 'ib' ) {
$output .= '</b>';
if ( $state === 'i' || $state === 'bi' || $state === 'ib' ) {
$output .= '</i>';
-
if ( $state === 'bi' ) {
$output .= '</b>';
@@ -658,4 +658,6 @@
return $output;
}
} // end of function markup_quotes($text)
- } // end of Wiki class
\ No newline at end of file
+ } // end of Wiki class
+ }
+}
\ No newline at end of file
_______________________________________________
Mailing list: https://launchpad.net/~aikiframework-devel
Post to : [email protected]
Unsubscribe : https://launchpad.net/~aikiframework-devel
More help : https://help.launchpad.net/ListHelp