mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2024-11-10 00:52:11 +01:00
Fix one of the link helpers.
This commit is contained in:
parent
b8b2d5a3a6
commit
e99a82919d
@ -1501,7 +1501,7 @@ HTMLTag *HTMLBuilder::wbr() {
|
||||
}
|
||||
|
||||
HTMLTag *HTMLBuilder::a(const String &href, const String &cls, const String &id) {
|
||||
HTMLTag *t = input_text();
|
||||
HTMLTag *t = a();
|
||||
|
||||
t->href(href);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user