This website works better with JavaScript.
Explore
Help
Register
Sign In
YGGverse
/
gemini-php
mirror of
https://github.com/YGGverse/gemini-php.git
Watch
1
Star
0
Fork
You've already forked gemini-php
0
Code
Issues
Projects
Releases
Wiki
Activity
Browse Source
strip all non-processed tags from line if not raw
main
ghost
10 months ago
parent
5d79b18cf9
commit
2a8c9c66a8
1 changed files
with
3 additions
and
1 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
4
src/Dokuwiki/Reader.php
4
src/Dokuwiki/Reader.php
Unescape
Escape
View File
@ -252,7 +252,9 @@ class Reader
@@ -252,7 +252,9 @@ class Reader
array_values(
$this->_rule
),
$line
strip_tags(
$line
)
)
);
}
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
YGGverse/gemini-php
Title
Body
Create Issue