mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
Reverted crlf's back.
This commit is contained in:
parent
4f4cf16200
commit
e8091daea5
1 changed files with 311 additions and 311 deletions
|
@ -276,9 +276,9 @@ public class ManaSymbols {
|
|||
symbolFilesFound = mediumSymbolsFound;
|
||||
}
|
||||
if (symbolFilesFound) {
|
||||
replaced = REPLACE_SYMBOLS_PATTERN.matcher(value).replaceAll(
|
||||
"<img src='file:" + getSymbolsPath(true) + "/symbols/" + resourcePath + "/$1$2.gif' alt='$1$2' width=" + symbolSize
|
||||
+ " height=" + symbolSize + ">");
|
||||
replaced = REPLACE_SYMBOLS_PATTERN.matcher(value).replaceAll("<img src='file:" + getSymbolsPath(true)
|
||||
+ "/symbols/" + resourcePath + "/$1$2.gif' alt='$1$2' width="
|
||||
+ symbolSize + " height=" + symbolSize + ">");
|
||||
}
|
||||
replaced = replaced.replace("|source|", "{source}");
|
||||
replaced = replaced.replace("|this|", "{this}");
|
||||
|
|
Loading…
Reference in a new issue