Htmls set by players should not contain any tags.
This commit is contained in:
@@ -123,7 +123,8 @@ public class Post
|
|||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
return _postText;
|
// Returns text without tags.
|
||||||
|
return _postText.replaceAll("<.*?>", "");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1245,7 +1245,8 @@ public class Clan implements IIdentifiable, INamable
|
|||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
return _notice;
|
// Returns text without tags.
|
||||||
|
return _notice.replaceAll("<.*?>", "");
|
||||||
}
|
}
|
||||||
|
|
||||||
private void restoreSkills()
|
private void restoreSkills()
|
||||||
|
|||||||
@@ -123,7 +123,8 @@ public class Post
|
|||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
return _postText;
|
// Returns text without tags.
|
||||||
|
return _postText.replaceAll("<.*?>", "");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1246,7 +1246,8 @@ public class Clan implements IIdentifiable, INamable
|
|||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
return _notice;
|
// Returns text without tags.
|
||||||
|
return _notice.replaceAll("<.*?>", "");
|
||||||
}
|
}
|
||||||
|
|
||||||
private void restoreSkills()
|
private void restoreSkills()
|
||||||
|
|||||||
@@ -123,7 +123,8 @@ public class Post
|
|||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
return _postText;
|
// Returns text without tags.
|
||||||
|
return _postText.replaceAll("<.*?>", "");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1246,7 +1246,8 @@ public class Clan implements IIdentifiable, INamable
|
|||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
return _notice;
|
// Returns text without tags.
|
||||||
|
return _notice.replaceAll("<.*?>", "");
|
||||||
}
|
}
|
||||||
|
|
||||||
private void restoreSkills()
|
private void restoreSkills()
|
||||||
|
|||||||
@@ -123,7 +123,8 @@ public class Post
|
|||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
return _postText;
|
// Returns text without tags.
|
||||||
|
return _postText.replaceAll("<.*?>", "");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1246,7 +1246,8 @@ public class Clan implements IIdentifiable, INamable
|
|||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
return _notice;
|
// Returns text without tags.
|
||||||
|
return _notice.replaceAll("<.*?>", "");
|
||||||
}
|
}
|
||||||
|
|
||||||
private void restoreSkills()
|
private void restoreSkills()
|
||||||
|
|||||||
@@ -123,7 +123,8 @@ public class Post
|
|||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
return _postText;
|
// Returns text without tags.
|
||||||
|
return _postText.replaceAll("<.*?>", "");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1156,7 +1156,8 @@ public class Clan implements IIdentifiable, INamable
|
|||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
return _notice;
|
// Returns text without tags.
|
||||||
|
return _notice.replaceAll("<.*?>", "");
|
||||||
}
|
}
|
||||||
|
|
||||||
private void restoreSkills()
|
private void restoreSkills()
|
||||||
|
|||||||
@@ -123,7 +123,8 @@ public class Post
|
|||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
return _postText;
|
// Returns text without tags.
|
||||||
|
return _postText.replaceAll("<.*?>", "");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1156,7 +1156,8 @@ public class Clan implements IIdentifiable, INamable
|
|||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
return _notice;
|
// Returns text without tags.
|
||||||
|
return _notice.replaceAll("<.*?>", "");
|
||||||
}
|
}
|
||||||
|
|
||||||
private void restoreSkills()
|
private void restoreSkills()
|
||||||
|
|||||||
@@ -123,7 +123,8 @@ public class Post
|
|||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
return _postText;
|
// Returns text without tags.
|
||||||
|
return _postText.replaceAll("<.*?>", "");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1156,7 +1156,8 @@ public class Clan implements IIdentifiable, INamable
|
|||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
return _notice;
|
// Returns text without tags.
|
||||||
|
return _notice.replaceAll("<.*?>", "");
|
||||||
}
|
}
|
||||||
|
|
||||||
private void restoreSkills()
|
private void restoreSkills()
|
||||||
|
|||||||
@@ -123,7 +123,8 @@ public class Post
|
|||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
return _postText;
|
// Returns text without tags.
|
||||||
|
return _postText.replaceAll("<.*?>", "");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1155,7 +1155,8 @@ public class Clan implements IIdentifiable, INamable
|
|||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
return _notice;
|
// Returns text without tags.
|
||||||
|
return _notice.replaceAll("<.*?>", "");
|
||||||
}
|
}
|
||||||
|
|
||||||
private void restoreSkills()
|
private void restoreSkills()
|
||||||
|
|||||||
@@ -123,7 +123,8 @@ public class Post
|
|||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
return _postText;
|
// Returns text without tags.
|
||||||
|
return _postText.replaceAll("<.*?>", "");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1155,7 +1155,8 @@ public class Clan implements IIdentifiable, INamable
|
|||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
return _notice;
|
// Returns text without tags.
|
||||||
|
return _notice.replaceAll("<.*?>", "");
|
||||||
}
|
}
|
||||||
|
|
||||||
private void restoreSkills()
|
private void restoreSkills()
|
||||||
|
|||||||
@@ -123,7 +123,8 @@ public class Post
|
|||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
return _postText;
|
// Returns text without tags.
|
||||||
|
return _postText.replaceAll("<.*?>", "");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1155,7 +1155,8 @@ public class Clan implements IIdentifiable, INamable
|
|||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
return _notice;
|
// Returns text without tags.
|
||||||
|
return _notice.replaceAll("<.*?>", "");
|
||||||
}
|
}
|
||||||
|
|
||||||
private void restoreSkills()
|
private void restoreSkills()
|
||||||
|
|||||||
@@ -123,7 +123,8 @@ public class Post
|
|||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
return _postText;
|
// Returns text without tags.
|
||||||
|
return _postText.replaceAll("<.*?>", "");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -929,7 +929,8 @@ public class Clan
|
|||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
return _notice;
|
// Returns text without tags.
|
||||||
|
return _notice.replaceAll("<.*?>", "");
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setNotice(String notice)
|
public void setNotice(String notice)
|
||||||
|
|||||||
@@ -123,7 +123,8 @@ public class Post
|
|||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
return _postText;
|
// Returns text without tags.
|
||||||
|
return _postText.replaceAll("<.*?>", "");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -930,7 +930,8 @@ public class Clan
|
|||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
return _notice;
|
// Returns text without tags.
|
||||||
|
return _notice.replaceAll("<.*?>", "");
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setNotice(String notice)
|
public void setNotice(String notice)
|
||||||
|
|||||||
@@ -123,7 +123,8 @@ public class Post
|
|||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
return _postText;
|
// Returns text without tags.
|
||||||
|
return _postText.replaceAll("<.*?>", "");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1227,7 +1227,8 @@ public class Clan implements IIdentifiable, INamable
|
|||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
return _notice;
|
// Returns text without tags.
|
||||||
|
return _notice.replaceAll("<.*?>", "");
|
||||||
}
|
}
|
||||||
|
|
||||||
private void restoreSkills()
|
private void restoreSkills()
|
||||||
|
|||||||
@@ -123,7 +123,8 @@ public class Post
|
|||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
return _postText;
|
// Returns text without tags.
|
||||||
|
return _postText.replaceAll("<.*?>", "");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1227,7 +1227,8 @@ public class Clan implements IIdentifiable, INamable
|
|||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
return _notice;
|
// Returns text without tags.
|
||||||
|
return _notice.replaceAll("<.*?>", "");
|
||||||
}
|
}
|
||||||
|
|
||||||
private void restoreSkills()
|
private void restoreSkills()
|
||||||
|
|||||||
@@ -123,7 +123,8 @@ public class Post
|
|||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
return _postText;
|
// Returns text without tags.
|
||||||
|
return _postText.replaceAll("<.*?>", "");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1246,7 +1246,8 @@ public class Clan implements IIdentifiable, INamable
|
|||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
return _notice;
|
// Returns text without tags.
|
||||||
|
return _notice.replaceAll("<.*?>", "");
|
||||||
}
|
}
|
||||||
|
|
||||||
private void restoreSkills()
|
private void restoreSkills()
|
||||||
|
|||||||
@@ -123,7 +123,8 @@ public class Post
|
|||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
return _postText;
|
// Returns text without tags.
|
||||||
|
return _postText.replaceAll("<.*?>", "");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1246,7 +1246,8 @@ public class Clan implements IIdentifiable, INamable
|
|||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
return _notice;
|
// Returns text without tags.
|
||||||
|
return _notice.replaceAll("<.*?>", "");
|
||||||
}
|
}
|
||||||
|
|
||||||
private void restoreSkills()
|
private void restoreSkills()
|
||||||
|
|||||||
@@ -123,7 +123,8 @@ public class Post
|
|||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
return _postText;
|
// Returns text without tags.
|
||||||
|
return _postText.replaceAll("<.*?>", "");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1246,7 +1246,8 @@ public class Clan implements IIdentifiable, INamable
|
|||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
return _notice;
|
// Returns text without tags.
|
||||||
|
return _notice.replaceAll("<.*?>", "");
|
||||||
}
|
}
|
||||||
|
|
||||||
private void restoreSkills()
|
private void restoreSkills()
|
||||||
|
|||||||
@@ -123,7 +123,8 @@ public class Post
|
|||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
return _postText;
|
// Returns text without tags.
|
||||||
|
return _postText.replaceAll("<.*?>", "");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1246,7 +1246,8 @@ public class Clan implements IIdentifiable, INamable
|
|||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
return _notice;
|
// Returns text without tags.
|
||||||
|
return _notice.replaceAll("<.*?>", "");
|
||||||
}
|
}
|
||||||
|
|
||||||
private void restoreSkills()
|
private void restoreSkills()
|
||||||
|
|||||||
@@ -123,7 +123,8 @@ public class Post
|
|||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
return _postText;
|
// Returns text without tags.
|
||||||
|
return _postText.replaceAll("<.*?>", "");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1246,7 +1246,8 @@ public class Clan implements IIdentifiable, INamable
|
|||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
return _notice;
|
// Returns text without tags.
|
||||||
|
return _notice.replaceAll("<.*?>", "");
|
||||||
}
|
}
|
||||||
|
|
||||||
private void restoreSkills()
|
private void restoreSkills()
|
||||||
|
|||||||
@@ -123,7 +123,8 @@ public class Post
|
|||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
return _postText;
|
// Returns text without tags.
|
||||||
|
return _postText.replaceAll("<.*?>", "");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1246,7 +1246,8 @@ public class Clan implements IIdentifiable, INamable
|
|||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
return _notice;
|
// Returns text without tags.
|
||||||
|
return _notice.replaceAll("<.*?>", "");
|
||||||
}
|
}
|
||||||
|
|
||||||
private void restoreSkills()
|
private void restoreSkills()
|
||||||
|
|||||||
@@ -123,7 +123,8 @@ public class Post
|
|||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
return _postText;
|
// Returns text without tags.
|
||||||
|
return _postText.replaceAll("<.*?>", "");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1246,7 +1246,8 @@ public class Clan implements IIdentifiable, INamable
|
|||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
return _notice;
|
// Returns text without tags.
|
||||||
|
return _notice.replaceAll("<.*?>", "");
|
||||||
}
|
}
|
||||||
|
|
||||||
private void restoreSkills()
|
private void restoreSkills()
|
||||||
|
|||||||
@@ -123,7 +123,8 @@ public class Post
|
|||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
return _postText;
|
// Returns text without tags.
|
||||||
|
return _postText.replaceAll("<.*?>", "");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1246,7 +1246,8 @@ public class Clan implements IIdentifiable, INamable
|
|||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
return _notice;
|
// Returns text without tags.
|
||||||
|
return _notice.replaceAll("<.*?>", "");
|
||||||
}
|
}
|
||||||
|
|
||||||
private void restoreSkills()
|
private void restoreSkills()
|
||||||
|
|||||||
@@ -123,7 +123,8 @@ public class Post
|
|||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
return _postText;
|
// Returns text without tags.
|
||||||
|
return _postText.replaceAll("<.*?>", "");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1267,7 +1267,8 @@ public class Clan implements IIdentifiable, INamable
|
|||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
return _notice;
|
// Returns text without tags.
|
||||||
|
return _notice.replaceAll("<.*?>", "");
|
||||||
}
|
}
|
||||||
|
|
||||||
private void restoreSkills()
|
private void restoreSkills()
|
||||||
|
|||||||
Reference in New Issue
Block a user