Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michael Schreiber
passwordgrey
Commits
da8b9899
Commit
da8b9899
authored
Oct 31, 2019
by
Michael Schreiber
Browse files
copy to clipboard added
parent
c80aa4e4
Changes
2
Hide whitespace changes
Inline
Side-by-side
images/copyClipboard.png
deleted
100644 → 0
View file @
c80aa4e4
17.6 KB
syntax.php
View file @
da8b9899
...
...
@@ -55,7 +55,6 @@ class syntax_plugin_passwordgrey extends DokuWiki_Syntax_Plugin {
break
;
case
DOKU_LEXER_UNMATCHED
:
$renderer
->
doc
.
=
$renderer
->
_xmlEntities
(
$match
);
break
;
//case DOKU_LEXER_EXIT : $renderer->doc .= "<img src='./lib/plugins/passwordgrey/images/copyClipboard.png'/></span>"; break;
case
DOKU_LEXER_EXIT
:
$renderer
->
doc
.
=
"</span>"
;
break
;
}
return
true
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment