aboutsummaryrefslogtreecommitdiff
path: root/app/view/templates/editrightbar.php
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2018-11-14 10:04:58 +0100
committervincent-peugnet <v.peugnet@free.fr>2018-11-14 10:04:58 +0100
commitb4c5790ef82a4cc248d40c8403e795089d06ab08 (patch)
tree8c5f1bb28b2b2a158c230dd3ce3a50c795b0bf11 /app/view/templates/editrightbar.php
parente1eb55024b67793e62e93696cffbd22ead855729 (diff)
downloadwcms-b4c5790ef82a4cc248d40c8403e795089d06ab08.tar.gz
wcms-b4c5790ef82a4cc248d40c8403e795089d06ab08.zip
article-render
Diffstat (limited to 'app/view/templates/editrightbar.php')
-rw-r--r--app/view/templates/editrightbar.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/view/templates/editrightbar.php b/app/view/templates/editrightbar.php
index 74ba1dd..fa249ef 100644
--- a/app/view/templates/editrightbar.php
+++ b/app/view/templates/editrightbar.php
@@ -7,8 +7,7 @@
<?php
foreach ($artlist as $item ) {
?>
- <a href="<?= $this->uart('artedit', $item) ?>"><?= $item ?></a>
- <input type="text" value="[<?= $item ?>](=<?= $item ?>)">
+ <a href="<?= $this->uart('artedit', $item) ?>" target="_blank"><?= $item ?></a>
<?php
}